Skip to content

Commit e9b95d0

Browse files
jtgeibelTurbo87
authored andcommitted
Bump to a new oauth2 alpha
1 parent 46915f3 commit e9b95d0

File tree

2 files changed

+121
-57
lines changed

2 files changed

+121
-57
lines changed

Cargo.lock

Lines changed: 120 additions & 56 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
@@ -68,7 +68,7 @@ indexmap = "1.0.2"
6868
jemallocator = { version = "0.3", features = ['unprefixed_malloc_on_supported_platforms', 'profiling'] }
6969
lettre = { version = "0.10.0-alpha.1", default-features = false, features = ["file-transport", "smtp-transport", "native-tls", "hostname", "builder"] }
7070
license-exprs = "^1.4"
71-
oauth2 = { version = "3.0.0", default-features = false, features = ["reqwest-010"] }
71+
oauth2 = { version = "4.0.0-alpha.3", default-features = false, features = ["reqwest"] }
7272
parking_lot = "0.11"
7373
rand = "0.7"
7474
reqwest = { version = "0.11", features = ["blocking", "gzip", "json"] }

0 commit comments

Comments
 (0)