Update Rust crate bcrypt to 0.14.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
2023-02-10 00:12:00 +00:00
parent b3b15468fb
commit e99213c678
2 changed files with 5 additions and 4 deletions

7
Cargo.lock generated
View File

@ -533,13 +533,14 @@ dependencies = [
[[package]]
name = "bcrypt"
version = "0.13.0"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7e7c93a3fb23b2fdde989b2c9ec4dd153063ec81f408507f84c090cd91c6641"
checksum = "9df288bec72232f78c1ec5fe4e8f1d108aa0265476e93097593c803c8c02062a"
dependencies = [
"base64 0.13.1",
"base64 0.21.0",
"blowfish",
"getrandom",
"subtle",
"zeroize",
]