From 96c5d59248bef39cf86d14f3195473d02be5fc46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 01:45:44 +0000 Subject: [PATCH] chore(deps): update hmac requirement from 0.12 to 0.13 in /adapters 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] --- adapters/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/adapters/Cargo.toml b/adapters/Cargo.toml index da61b24..b91cd78 100644 --- a/adapters/Cargo.toml +++ b/adapters/Cargo.toml @@ -22,7 +22,7 @@ base64 = "0.22" tracing = "0.1" chrono = { version = "0.4", features = ["serde"] } uuid = { version = "1.6", features = ["v4"] } -hmac = "0.12" +hmac = "0.13" sha2 = "0.10" hex = "0.4" @@ -33,7 +33,7 @@ data = { path = "../data", package = "hypatia-data" } tokio-test = "0.4" wiremock = "0.6" hex = "0.4" -hmac = "0.12" +hmac = "0.13" sha2 = "0.10" # Note: The package name differs from directory name