From 7136ff7fcac79bd2ece2ce8fc1207da6ac334031 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 23:42:26 +0000 Subject: [PATCH] build(deps): bump password-hash from 0.6.0 to 0.6.1 Bumps [password-hash](https://github.com/RustCrypto/traits) from 0.6.0 to 0.6.1. - [Commits](https://github.com/RustCrypto/traits/compare/password-hash-v0.6.0...password-hash-v0.6.1) --- updated-dependencies: - dependency-name: password-hash dependency-version: 0.6.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- aucpace/Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index eabc3f3..abb9e0b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -505,9 +505,9 @@ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" [[package]] name = "password-hash" -version = "0.6.0" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ccbd25f71dd5249dba9ed843d52500c8757a25511560d01a94f4abf56b52a1d5" +checksum = "aab41826031698d6ffcd9cff78ef56ef998e39dc7e5067cdfebe373842d4723b" dependencies = [ "phc", "rand_core 0.10.0", diff --git a/aucpace/Cargo.toml b/aucpace/Cargo.toml index 8f8d53e..129bc05 100644 --- a/aucpace/Cargo.toml +++ b/aucpace/Cargo.toml @@ -16,7 +16,7 @@ rust-version = "1.85" [dependencies] curve25519-dalek = { version = "5.0.0-pre.6", default-features = false, features = ["digest", "rand_core"] } -password-hash = { version = "0.6.0", default-features = false, features = ["phc", "rand_core"] } +password-hash = { version = "0.6.1", default-features = false, features = ["phc", "rand_core"] } rand_core = { version = "0.10", default-features = false } subtle = { version = "2.4", default-features = false } @@ -29,7 +29,7 @@ sha2 = { version = "0.11", default-features = false, optional = true } [dev-dependencies] curve25519-dalek = { version = "5.0.0-pre.6", features = ["digest", "rand_core"] } -password-hash = { version = "0.6.0", features = ["rand_core"] } +password-hash = { version = "0.6.1", features = ["rand_core"] } postcard = { version = "1", features = ["use-std"] } scrypt = { version = "0.12.0-rc.10", features = ["phc"] } sha2 = "0.11"