From 53b57de38f0b6d8d89ada9b1664b6291bcdf28a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 08:05:26 +0000 Subject: [PATCH] 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 4f627d4..8c4c73f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ serde_json = { version = "1", features = ["preserve_order"] } serde_json_canonicalizer = "0.3" thiserror = "2" time = { version = "0.3", features = ["formatting", "parsing"] } -hmac = "0.12" +hmac = "0.13" sha2 = "0.10" # Optional dependencies