diff --git a/Cargo.lock b/Cargo.lock index 224e0ca9..e992943d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6972,7 +6972,7 @@ dependencies = [ "futures-lite 2.6.1", "futures-util", "glob", - "hmac 0.12.1", + "hmac 0.13.0", "indexmap 2.14.0", "indicatif", "lapin", diff --git a/Cargo.toml b/Cargo.toml index 47ad1355..6a9c5e31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,7 +64,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"