From 996625e3ae40d9d285edb57ba9df4210781f35ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 08:46:54 +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 0a159f9..f3aac1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ ctr = "0.9" num-bigint = "0.4" num-traits = "0.2" num-integer = "0.1" -hmac = "0.12" +hmac = "0.13" sha2 = "0.10" hex = "0.4" serde = { version = "1.0", features = ["derive"] }