Skip to content

Commit 2d217a8

Browse files
committed
bump oauth2 to v4.0.0-alpha.4
1 parent 45efbeb commit 2d217a8

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

Cargo.lock

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ surf_client = ["surf","http-types", "http-types/hyperium_http"]
1818
all = ["surf_client", "reqwest_client"]
1919

2020
[dependencies]
21-
oauth2 = { version = "4.0.0-alpha.3", features = [], default-features = false }
21+
oauth2 = { version = "4.0.0-alpha.4", features = [], default-features = false }
2222
thiserror = "1.0.23"
2323
displaydoc = "0.1.7"
2424
serde = "1.0.123"

src/id.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,5 +102,7 @@ pub type TwitchClient = Client<
102102
BasicTokenType,
103103
//FIXME: This struct should represent twitch's inspection endpoint, but there is none currently.
104104
// See [`TwitchToken::validate_token`](crate::TwitchToken::validate_token) instead
105-
oauth2::StandardTokenInspectionResponse<oauth2::EmptyExtraTokenFields, BasicTokenType>,
105+
oauth2::StandardTokenIntrospectionResponse<oauth2::EmptyExtraTokenFields, BasicTokenType>,
106+
oauth2::revocation::StandardRevocableToken,
107+
oauth2::basic::BasicRevocationErrorResponse,
106108
>;

0 commit comments

Comments
 (0)