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

View File

@ -18,7 +18,7 @@ serde_json = "1.0.101"
serde_yaml = "0.9.25"
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"