Skip to content

Commit

Permalink
⬆️ Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wrenger committed Oct 4, 2024
1 parent 5dbac37 commit 169aa1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ lettre = { version = "0.11", default-features = false, features = [
"tokio1",
"tokio1-rustls-tls",
] }
oauth2 = { version = "5.0.0-alpha.4" }
oauth2 = { version = "5.0.0-rc.1" }
rand = "0.8"
reqwest = { version = "0.12", default-features = false, features = [
"rustls-tls",
Expand All @@ -52,8 +52,8 @@ tokio = { version = "1.38", features = [
"rt-multi-thread",
] }
tokio-rustls = { version = "0.26", default-features = false }
tower = { version = "0.4", features = ["util", "timeout"] }
tower-http = { version = "0.5", features = [
tower = { version = "0.5", features = ["util", "timeout"] }
tower-http = { version = "0.6", features = [
"fs",
"trace",
"compression-deflate",
Expand Down

0 comments on commit 169aa1e

Please sign in to comment.