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

This commit is contained in:
2026-01-12 00:24:15 +00:00
parent 294c6a5d3b
commit c8f7db0bee
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

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

View File

@@ -18,7 +18,7 @@ serde_json = "1.0.149"
serde_yaml = "0.9.34"
env_logger = "0.11.8"
serde = { version = "1.0.228", features = ["derive"] }
bcrypt = "0.17.1"
bcrypt = "0.18.0"
uuid = { version = "1.19.0", features = ["v4"] }
mime_guess = "2.0.5"
askama = "0.15.1"