Update Rust crate bcrypt to 0.15.1
This commit is contained in:
parent
0341b2e01a
commit
3233e73485
6
geneit_backend/Cargo.lock
generated
6
geneit_backend/Cargo.lock
generated
@ -560,11 +560,11 @@ checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "bcrypt"
|
name = "bcrypt"
|
||||||
version = "0.15.0"
|
version = "0.15.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "28d1c9c15093eb224f0baa400f38fcd713fc1391a6f1c389d886beef146d60a3"
|
checksum = "e65938ed058ef47d92cf8b346cc76ef48984572ade631927e9937b5ffc7662c7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"base64 0.21.7",
|
"base64 0.22.0",
|
||||||
"blowfish",
|
"blowfish",
|
||||||
"getrandom",
|
"getrandom",
|
||||||
"subtle",
|
"subtle",
|
||||||
|
@ -23,7 +23,7 @@ mailchecker = "6.0.1"
|
|||||||
redis = "0.25.0"
|
redis = "0.25.0"
|
||||||
lettre = "0.11.4"
|
lettre = "0.11.4"
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
bcrypt = "0.15.0"
|
bcrypt = "0.15.1"
|
||||||
light-openid = "1.0.1"
|
light-openid = "1.0.1"
|
||||||
thiserror = "1.0.58"
|
thiserror = "1.0.58"
|
||||||
serde_with = "3.6.1"
|
serde_with = "3.6.1"
|
||||||
|
Loading…
Reference in New Issue
Block a user