diff --git a/Cargo.toml b/Cargo.toml index 72b2a0c..78769e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ embed_webservices = [] [dependencies] tokio = { version = "1.12", features = ["fs"] } -reqwest = { version = "0.12", features = ["gzip", "native-tls"] } +reqwest = { version = "0.13", features = ["gzip", "native-tls"] } thiserror = "2.0" regex = "1.5" toml = "0.8"