Update Rust crate bcrypt to 0.19.0
This commit is contained in:
parent
6fa8757538
commit
25a7a39f00
2 changed files with 181 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue