From 7e07af31196d4b436161a07a9f226539593a524f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 19:23:14 +0000 Subject: [PATCH] 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 b7ddc39..97e3ab7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ tokio = { version = "1", features = ["full", "signal"] } bytes = "1" sha2 = "0.10" hmac = "0.12" -pbkdf2 = "0.12" +pbkdf2 = "0.13" chacha20poly1305 = "0.10" rand = "0.9" tracing = "0.1"