From bd26d53956e47af028cb81c097523704b5fa1bbe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 19:19:20 +0000 Subject: [PATCH] Update Rust crate hmac to 0.13.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e25620f0..3cfd2311 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7045,7 +7045,7 @@ dependencies = [ "futures-util", "glob", "health-monitor", - "hmac 0.12.1", + "hmac 0.13.0", "indexmap 2.14.0", "indicatif", "lapin", diff --git a/Cargo.toml b/Cargo.toml index 38ff4db2..c43b969f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ futures-util = "0.3.29" futures = "0.3.29" tokio-stream = "0.1.14" actix-http = "3.4.0" -hmac = "0.12.1" +hmac = "0.13.0" sha2 = "0.10.8" sqlx-adapter = { version = "1.8.0", default-features = false, features = ["postgres", "runtime-tokio-native-tls"]} dotenvy = "0.15"