From 6bef12a8dcd8c485a063b6e5bafc4f800bb6833e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 02:27:34 +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 323f459..9b842ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ sha1 = "0.10" zeroize = { version = "1.8", features = ["derive"] } aes = "0.8" cbc = { version = "0.1", features = ["alloc"] } -hmac = "0.12" +hmac = "0.13" constant_time_eq = "0.4" getrandom = { version = "0.3", features = ["wasm_js"] }