Update Rust crate bcrypt to 0.19.0
Some checks failed
Build and Test / account (pull_request) Successful in 10m31s
Build and Test / account (push) Failing after 8m3s

This commit is contained in:
Spacebot 2026-04-28 14:17:58 +00:00
commit 25a7a39f00
2 changed files with 181 additions and 4 deletions

View file

@ -28,7 +28,7 @@ bytemuck = { version = "1.21.0", features = ["derive"] }
base64 = "0.22.1"
hex = "0.4.3"
thiserror = "2.0.11"
bcrypt = "0.17.0"
bcrypt = "0.19.0"
sqlx = { version = "0.8.3", features = [ "runtime-tokio", "tls-native-tls", "postgres", "chrono", "ipnetwork" ] }
aes = "0.8.4"
hmac = "0.12.1"