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

This commit is contained in:
2024-03-16 00:03:44 +00:00
parent 06766a2af4
commit 3a2c969830
2 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@ serde_json = "1.0.114"
serde_yaml = "0.9.32"
env_logger = "0.11.3"
serde = { version = "1.0.197", features = ["derive"] }
bcrypt = "0.15.0"
bcrypt = "0.15.1"
uuid = { version = "1.7.0", features = ["v4"] }
mime_guess = "2.0.4"
askama = "0.12.1"