Skip to content

Commit 76b3718

Browse files
committed
Bump to oauth2 beta.1
1 parent 0bf5e07 commit 76b3718

File tree

2 files changed

+13
-102
lines changed

2 files changed

+13
-102
lines changed

Cargo.lock

Lines changed: 12 additions & 101 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-alpha.6", default-features = false, features = ["reqwest"] }
69+
oauth2 = { version = "4.0.0-beta.1", default-features = false, features = ["reqwest"] }
7070
parking_lot = "0.11"
7171
rand = "0.8"
7272
reqwest = { version = "0.11", features = ["blocking", "gzip", "json"] }

0 commit comments

Comments
 (0)