Update Rust crate bcrypt to 0.17.1
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing

This commit is contained in:
2025-08-19 00:25:13 +00:00
parent f972a0c1fc
commit 2e195cba32
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -634,9 +634,9 @@ dependencies = [
[[package]]
name = "bcrypt"
version = "0.17.0"
version = "0.17.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92758ad6077e4c76a6cadbce5005f666df70d4f13b19976b1a8062eef880040f"
checksum = "abaf6da45c74385272ddf00e1ac074c7d8a6c1a1dda376902bd6a427522a8b2c"
dependencies = [
"base64 0.22.1",
"blowfish",

View File

@@ -18,7 +18,7 @@ serde_json = "1.0.142"
serde_yaml = "0.9.34"
env_logger = "0.11.8"
serde = { version = "1.0.219", features = ["derive"] }
bcrypt = "0.17.0"
bcrypt = "0.17.1"
uuid = { version = "1.18.0", features = ["v4"] }
mime_guess = "2.0.5"
askama = "0.14.0"