From 34517ff66d4ad63a188945a61aacda347f6b937a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 01:47:49 +0000 Subject: [PATCH] chore(deps): update hmac requirement from 0.12 to 0.13 Updates the requirements on [hmac](https://github.com/RustCrypto/MACs) to permit the latest version. - [Commits](https://github.com/RustCrypto/MACs/compare/hmac-v0.12.0...hmac-v0.13.0) --- updated-dependencies: - dependency-name: hmac 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 4febfe2..fca5151 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ rustls = { version = "0.22", optional = true } # SASL (optional) sha2 = { version = "0.10", optional = true } -hmac = { version = "0.12", optional = true } +hmac = { version = "0.13", optional = true } pbkdf2 = { version = "0.12", optional = true } base64 = { version = "0.22", optional = true }