tsk-192: jsonwebtoken version bump

This commit is contained in:
kdeng00
2025-10-29 15:21:05 -04:00
parent 09d7fa32c8
commit 40d5f3251e
2 changed files with 5 additions and 35 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ sqlx = { version = "0.8.6", features = ["postgres", "runtime-tokio-native-tls",
time = { version = "0.3.44", features = ["formatting", "macros", "parsing", "serde"] }
thiserror = "2.0.17"
base64 = "0.22.1"
jsonwebtoken = { version = "9.3.1" }
jsonwebtoken = { version = "10.1.0" }
josekit = { version = "0.10.3" }
utoipa = { version = "5.4.0", features = ["axum_extras"] }
utoipa-swagger-ui = { version = "9.0.2", features = ["axum"] }