We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9ceef6 commit f1376cfCopy full SHA for f1376cf
1 file changed
backend/Cargo.toml
@@ -20,7 +20,7 @@ tower_governor = "0.8"
20
serde = { version = "1.0", features = ["derive"] }
21
serde_json = "1.0"
22
sqlx = { version = "0.8", features = ["runtime-tokio-rustls", "sqlite"] }
23
-jsonwebtoken = { version = "10.2", features = ["rust_crypto"] }
+jsonwebtoken = "9.3"
24
bcrypt = "0.17"
25
chrono = { version = "0.4", features = ["serde"] }
26
dotenv = "0.15"
0 commit comments