From 4fc205654856d36a785ccf333a2865195ce988a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2026 13:22:33 +0000 Subject: [PATCH] deps(rust): bump password-hash from 0.5.0 to 0.6.0 Bumps [password-hash](https://github.com/RustCrypto/traits) from 0.5.0 to 0.6.0. - [Commits](https://github.com/RustCrypto/traits/compare/password-hash-v0.5.0...password-hash-v0.6.0) --- updated-dependencies: - dependency-name: password-hash dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 ++++++++-- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d97569e..6963222 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -115,7 +115,7 @@ dependencies = [ "base64ct", "blake2", "cpufeatures 0.2.17", - "password-hash", + "password-hash 0.5.0", ] [[package]] @@ -2061,6 +2061,12 @@ dependencies = [ "subtle", ] +[[package]] +name = "password-hash" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ccbd25f71dd5249dba9ed843d52500c8757a25511560d01a94f4abf56b52a1d5" + [[package]] name = "pem-rfc7468" version = "0.7.0" @@ -2223,7 +2229,7 @@ dependencies = [ "hmac", "ipnet", "once_cell", - "password-hash", + "password-hash 0.6.0", "prometheus", "proptest", "prost", diff --git a/Cargo.toml b/Cargo.toml index c72fcca..3e53ea2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ axum-login = "0.18" tower-sessions = "0.14" tower-sessions-sqlx-store = { version = "0.15", features = ["postgres"] } argon2 = "0.5" -password-hash = "0.5" +password-hash = "0.6" # WebSocket futures-util = "0.3"