Skip to content

Commit 1d1f79d

Browse files
committed
Auto merge of #3550 - JohnTitor:oauth2-4-stable, r=Turbo87
Upgrade `oauth2` to 4.0.0 There's no functional change from the beta: ramosbugs/oauth2-rs@4.0.0-beta.1...4.0.0
2 parents 4125597 + 97651a5 commit 1d1f79d

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
@@ -66,7 +66,7 @@ indexmap = "1.0.2"
6666
jemallocator = { version = "0.3", features = ['unprefixed_malloc_on_supported_platforms', 'profiling'] }
6767
lettre = { version = "0.10.0-beta.3", default-features = false, features = ["file-transport", "smtp-transport", "native-tls", "hostname", "builder"] }
6868
license-exprs = "1.6"
69-
oauth2 = { version = "4.0.0-beta.1", default-features = false, features = ["reqwest"] }
69+
oauth2 = { version = "4.0.0", default-features = false, features = ["reqwest"] }
7070
parking_lot = "0.11"
7171
prometheus = "0.12.0"
7272
rand = "0.8"

0 commit comments

Comments
 (0)