Skip to content

Commit ba5a0a0

Browse files
Update Rust crate jsonwebtoken to v10
1 parent cbacc2f commit ba5a0a0

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
@@ -36,7 +36,7 @@ hyper = "1"
3636
axum = "0.8"
3737
tower = { version = "0.5", features = ["limit"] }
3838
tower-http = { version = "0.6.4", features = ["catch-panic"] }
39-
jsonwebtoken = "9"
39+
jsonwebtoken = "10"
4040
url = "2"
4141
reqwest = { version = "0.12", features = ["json", "rustls-tls"], default-features = false }
4242
http = "1"

0 commit comments

Comments
 (0)