diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 59fa0a01..071e6a52 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -37,7 +37,7 @@ unicode-normalization = "0.1" sha2 = "0.10" hmac = "0.12" subtle = "2.5" -reqwest = { version = "0.11", features = ["json"] } +reqwest = { version = "0.12", features = ["json"] } html-escape = "0.2" [dependencies.home]