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

This commit is contained in:
Pierre HUBERT 2023-07-21 00:29:25 +00:00
parent 05dec6a5d8
commit 7ae4a5d78f
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",

View File

@ -18,7 +18,7 @@ serde_json = "1.0.101"
serde_yaml = "0.9.24"
env_logger = "0.10.0"
serde = { version = "1.0.173", features = ["derive"] }
bcrypt = "0.14.0"
bcrypt = "0.15.0"
uuid = { version = "1.4.1", features = ["v4"] }
mime_guess = "2.0.4"
askama = "0.12.0"