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

View File

@ -17,7 +17,7 @@ serde_json = "1.0.89"
serde_yaml = "0.9.16"
env_logger = "0.10.0"
serde = { version = "1.0.148", features = ["derive"] }
bcrypt = "0.13.0"
bcrypt = "0.14.0"
uuid = { version = "1.2.2", features = ["v4"] }
mime_guess = "2.0.4"
askama = "0.11.1"