examples: Update to jsonwebtoken 11 (#3853)

This commit is contained in:
tottoto
2026-08-02 21:46:29 +09:00
committed by GitHub
parent 3f06eadb1d
commit ed86b172dd
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ publish = false
[dependencies]
axum = { path = "../../axum" }
axum-extra = { path = "../../axum-extra", features = ["typed-header"] }
jsonwebtoken = { version = "10", features = ["aws_lc_rs"] }
jsonwebtoken = { version = "11", features = ["aws_lc_rs"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1.0", features = ["full"] }