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"] }