chore(deps): bump bcrypt from 0.17.1 to 0.18.0

Bumps [bcrypt](https://github.com/Keats/rust-bcrypt) from 0.17.1 to 0.18.0.
- [Commits](https://github.com/Keats/rust-bcrypt/compare/v0.17.1...v0.18.0)

---
updated-dependencies:
- dependency-name: bcrypt
  dependency-version: 0.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-03-03 04:26:29 +00:00
committed by GitHub
parent fb0f80ac5a
commit 7454ff2e03
2 changed files with 6 additions and 6 deletions

View File

@@ -28,7 +28,7 @@ hmac.workspace = true
hex.workspace = true
toml = "1.0"
uuid = { version = "1", features = ["v4"] }
bcrypt = "0.17"
bcrypt = "0.18"
base64 = "0.22"
prometheus = "0.14"
lazy_static = "1.5"