From 432245b4ebb1e016d3ca838c84b219cb6372a4a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 12:42:43 +0000 Subject: [PATCH] chore(deps): update pbkdf2 requirement from 0.12 to 0.13 Updates the requirements on [pbkdf2](https://github.com/RustCrypto/password-hashes) to permit the latest version. - [Commits](https://github.com/RustCrypto/password-hashes/compare/scrypt-v0.12.0...pbkdf2-v0.13.0) --- updated-dependencies: - dependency-name: pbkdf2 dependency-version: 0.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 25620e1..6f07ffc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ grammers-crypto = "0.10" grammers-session = { version = "0.10", default-features = false } # Key derivation -pbkdf2 = { version = "0.12", default-features = false, features = ["hmac", "sha2"] } +pbkdf2 = { version = "0.13", default-features = false, features = ["hmac", "sha2"] } sha2 = "0.10" sha1 = "0.10" md-5 = "0.10"