Update Rust crate bcrypt to 0.17.1
This commit is contained in:
4
geneit_backend/Cargo.lock
generated
4
geneit_backend/Cargo.lock
generated
@@ -535,9 +535,9 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "bcrypt"
|
name = "bcrypt"
|
||||||
version = "0.17.0"
|
version = "0.17.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "92758ad6077e4c76a6cadbce5005f666df70d4f13b19976b1a8062eef880040f"
|
checksum = "abaf6da45c74385272ddf00e1ac074c7d8a6c1a1dda376902bd6a427522a8b2c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"base64",
|
"base64",
|
||||||
"blowfish",
|
"blowfish",
|
||||||
|
@@ -25,7 +25,7 @@ mailchecker = "6.0.17"
|
|||||||
redis = "0.32.4"
|
redis = "0.32.4"
|
||||||
lettre = "0.11.17"
|
lettre = "0.11.17"
|
||||||
rand = "0.9.2"
|
rand = "0.9.2"
|
||||||
bcrypt = "0.17.0"
|
bcrypt = "0.17.1"
|
||||||
light-openid = "1.0.4"
|
light-openid = "1.0.4"
|
||||||
thiserror = "2.0.12"
|
thiserror = "2.0.12"
|
||||||
serde_with = "3.14.0"
|
serde_with = "3.14.0"
|
||||||
|
Reference in New Issue
Block a user