diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 40afc5e..cd876b7 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -43,7 +43,7 @@ time = "0.3" sha2 = "0.10" hmac = "0.12" subtle = "2.5" -reqwest = { version = "0.12", features = ["json"] } +reqwest = { version = "0.13", features = ["json"] } html-escape = "0.2" rand = "0.8"