Skip to content

Commit f673805

Browse files
committed
Bump to a new oauth2 alpha
1 parent ba88d9c commit f673805

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Cargo.lock

Lines changed: 2 additions & 1 deletion
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 = { git = "https://github.com/jtgeibel/oauth2-rs", branch = "tokio-1.0", default-features = false, features = ["reqwest-011"] }
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)