Merge pull request 'Update Rust crate bcrypt to 0.15.0' (#142) from renovate/bcrypt-0.x into master
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #142
This commit is contained in:
2023-07-22 07:32:45 +00:00
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -608,9 +608,9 @@ dependencies = [
[[package]]
name = "bcrypt"
version = "0.14.0"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9df288bec72232f78c1ec5fe4e8f1d108aa0265476e93097593c803c8c02062a"
checksum = "28d1c9c15093eb224f0baa400f38fcd713fc1391a6f1c389d886beef146d60a3"
dependencies = [
"base64 0.21.2",
"blowfish",