Merge pull request #18 from getnora-io/dependabot/cargo/bcrypt-0.18.0

chore(deps): bump bcrypt from 0.17.1 to 0.18.0
This commit is contained in:
2026-03-03 12:13:20 +03:00
committed by GitHub
2 changed files with 3 additions and 3 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"