We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b93b1d5 + afe11a8 commit ac7e613Copy full SHA for ac7e613
1 file changed
backend/Cargo.toml
@@ -27,7 +27,7 @@ serde = { version = "1.0", features = ["derive"] }
27
serde_json = "1.0"
28
sqlx = { version = "0.8", features = ["runtime-tokio-rustls", "sqlite"] }
29
jsonwebtoken = { version = "10.2", features = ["use_pem", "rust_crypto"] }
30
-bcrypt = "0.17"
+bcrypt = "0.19"
31
chrono = { version = "0.4", features = ["serde"] }
32
dotenv = "0.15"
33
tracing = "0.1"
0 commit comments