diff --git a/web/Cargo.toml b/web/Cargo.toml index 0d68df39..ab06e4ce 100644 --- a/web/Cargo.toml +++ b/web/Cargo.toml @@ -18,7 +18,7 @@ serde_json = "1.0" serde_yaml = "0.9" # HTTP client -reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls"] } +reqwest = { version = "0.13", default-features = false, features = ["json", "rustls-tls"] } urlencoding = "2.1" # Error handling