Skip to content

Commit 8224358

Browse files
committed
Update Rust crate oauth2 to 4.1.0
1 parent a31120f commit 8224358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jemallocator = { version = "0.3", features = ['unprefixed_malloc_on_supported_pl
6666
lettre = { version = "0.10.0-beta.3", default-features = false, features = ["file-transport", "smtp-transport", "native-tls", "hostname", "builder"] }
6767
license-exprs = "1.6"
6868
minijinja = "0.6.0"
69-
oauth2 = { version = "4.0.0", default-features = false, features = ["reqwest"] }
69+
oauth2 = { version = "4.1.0", default-features = false, features = ["reqwest"] }
7070
parking_lot = "0.11"
7171
prometheus = { version = "0.13.0", default-features = false }
7272
rand = "0.8"

0 commit comments

Comments
 (0)