From 5187883201197b172b1db911839395b6ab4d1316 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 19:40:22 +0000 Subject: [PATCH] chore(deps): bump hmac from 0.12.1 to 0.13.0 Bumps [hmac](https://github.com/RustCrypto/MACs) from 0.12.1 to 0.13.0. - [Commits](https://github.com/RustCrypto/MACs/compare/hmac-v0.12.1...hmac-v0.13.0) --- updated-dependencies: - dependency-name: hmac dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d48a154..000d79c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2306,7 +2306,7 @@ dependencies = [ "ed25519-dalek 2.2.0", "futures", "hex", - "hmac 0.12.1", + "hmac 0.13.0", "metrics", "metrics-exporter-prometheus", "reqwest", @@ -2456,7 +2456,7 @@ dependencies = [ "chrono", "dpp-domain", "hex", - "hmac 0.12.1", + "hmac 0.13.0", "reqwest", "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 2ccc52e..a8abc4c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -91,7 +91,7 @@ ring = "0.17" base64 = "0.22" hex = "0.4" sha2 = "0.10" -hmac = "0.12" +hmac = "0.13" subtle = "2" ed25519-dalek = { version = "2", features = ["rand_core"] } zeroize = { version = "1", features = ["derive"] }