From 5cb97bf7491fba325dc35120f4a89f4c191b594e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 18:07:43 +0000 Subject: [PATCH] chore(deps): bump the all-deps group with 2 updates Bumps the all-deps group with 2 updates: [pbkdf2](https://github.com/RustCrypto/password-hashes) and [scrypt](https://github.com/RustCrypto/password-hashes). Updates `pbkdf2` from 0.13.0-rc.3 to 0.13.0-rc.5 - [Commits](https://github.com/RustCrypto/password-hashes/compare/pbkdf2-v0.13.0-rc.3...pbkdf2-v0.13.0-rc.5) Updates `scrypt` from 0.12.0-rc.4 to 0.12.0-rc.6 - [Commits](https://github.com/RustCrypto/password-hashes/compare/scrypt-v0.12.0-rc.4...scrypt-v0.12.0-rc.6) --- updated-dependencies: - dependency-name: pbkdf2 dependency-version: 0.13.0-rc.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: scrypt dependency-version: 0.12.0-rc.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dfd7cf7f8..12283145a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -870,9 +870,9 @@ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" [[package]] name = "pbkdf2" -version = "0.13.0-rc.3" +version = "0.13.0-rc.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c148c9a0a9a7d256a8ea004fae8356c02ccc44cf8c06e7d68fdbedb48de1beb" +checksum = "c015873c38594dfb7724f90b2ed912a606697393bda2d39fd83c2394301f808a" dependencies = [ "digest", "hmac", @@ -1326,9 +1326,9 @@ dependencies = [ [[package]] name = "scrypt" -version = "0.12.0-rc.4" +version = "0.12.0-rc.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "167695481f302b1be08d453c6fc266f0c437be29577ee74537385c7243961326" +checksum = "7b2159e8b7c18b0d131f07810192788598e955bf21263096f3bf707ab6cd90fc" dependencies = [ "pbkdf2", "salsa20",