tsk-192: jsonwebtoken version bump (#228)

* tsk-192: jsonwebtoken version bump

* tsk-192: Added feature to jsonwebtoken

* tsk-192: Code cleanup

* tsk-192: cargo update

* tsk-192: Version bump
This commit was merged in pull request #228.
This commit is contained in:
KD
2025-10-29 16:40:17 -04:00
committed by GitHub
parent 09d7fa32c8
commit 2cc5e99590
3 changed files with 278 additions and 203 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "icarus"
version = "0.3.11"
version = "0.3.12"
edition = "2024"
rust-version = "1.90"
@@ -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", features = ["rust_crypto"] }
josekit = { version = "0.10.3" }
utoipa = { version = "5.4.0", features = ["axum_extras"] }
utoipa-swagger-ui = { version = "9.0.2", features = ["axum"] }