We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bc91f1 commit 5be3f08Copy full SHA for 5be3f08
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.1", features = ["rust_crypto"] }
+jsonwebtoken = "9.3"
24
bcrypt = "0.17"
25
chrono = { version = "0.4", features = ["serde"] }
26
dotenv = "0.15"
0 commit comments