examples: Update to oauth2 5 (#3462)

This commit is contained in:
tottoto
2025-09-11 15:34:41 +02:00
committed by GitHub
parent 5d5ba01be9
commit e4550d23b1
4 changed files with 90 additions and 233 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ async-session = "3.0.0"
axum = { path = "../../axum" }
axum-extra = { path = "../../axum-extra", features = ["typed-header"] }
http = "1.0.0"
oauth2 = "4.1"
oauth2 = "5"
# Use Rustls because it makes it easier to cross-compile on CI
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls", "json"] }
serde = { version = "1.0", features = ["derive"] }