Skip to content

Commit 3b34476

Browse files
committed
Auto merge of #3364 - JohnTitor:oauth2-4.0.0-alpha.6, r=Turbo87
Upgrade `oauth2` to 4.0.0-alpha.6 The changes between alpha.3 and alpha.6: ramosbugs/oauth2-rs@4.0.0-alpha.3...4.0.0-alpha.6 All the breaking changes mentioned on https://github.com/ramosbugs/oauth2-rs/releases and the changes themselves don't seem to affect our codebase. Also pin its version to prevent updating by accident when running `cargo update`. r? `@jtgeibel`
2 parents 11361f7 + 60365bc commit 3b34476

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 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
@@ -67,7 +67,7 @@ indexmap = "1.0.2"
6767
jemallocator = { version = "0.3", features = ['unprefixed_malloc_on_supported_platforms', 'profiling'] }
6868
lettre = { version = "0.10.0-alpha.1", default-features = false, features = ["file-transport", "smtp-transport", "native-tls", "hostname", "builder"] }
6969
license-exprs = "1.6"
70-
oauth2 = { version = "4.0.0-alpha.3", default-features = false, features = ["reqwest"] }
70+
oauth2 = { version = "=4.0.0-alpha.6", default-features = false, features = ["reqwest"] }
7171
parking_lot = "0.11"
7272
rand = "0.8"
7373
reqwest = { version = "0.11", features = ["blocking", "gzip", "json"] }

0 commit comments

Comments
 (0)