From c17191100488530355080649e3af276d33983a2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 00:22:17 +0000 Subject: [PATCH] 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 | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 61c54f5..68dd143 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1272,7 +1272,7 @@ dependencies = [ "base64", "dotenvy", "futures", - "hmac 0.12.1", + "hmac 0.13.0", "jsonwebtoken", "minijinja", "reqwest", diff --git a/Cargo.toml b/Cargo.toml index eaafbd1..03799a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ axum = "0.8" base64 = "0.22" dotenvy = "0.15" futures = "0.3" -hmac = "0.12" +hmac = "0.13" jsonwebtoken = { version = "10.4.0", default-features = false, features = ["rust_crypto"] } minijinja = "2.2" reqwest = { version = "0.13", default-features = false, features = ["form", "json", "rustls", "stream"] }