build(deps): bump bcrypt from 0.17.0 to 0.17.1

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

---
updated-dependencies:
- dependency-name: bcrypt
  dependency-version: 0.17.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-08-19 20:47:54 +00:00
committed by GitHub
parent 0abb9f001c
commit 5b6d473b33
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@@ -681,9 +681,9 @@ checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
[[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",
"blowfish",
@@ -4102,7 +4102,7 @@ dependencies = [
"sha1",
"sha2",
"sprintf",
"thiserror 1.0.69",
"thiserror 2.0.15",
"tokio",
"tracing",
"urlencoding",

View File

@@ -124,7 +124,7 @@ features = ["std"]
# Bcrypt password hashing
[workspace.dependencies.bcrypt]
version = "0.17.0"
version = "0.17.1"
default-features = true
# Packed bitfields