diff --git a/Cargo.toml b/Cargo.toml index b2fb649..f923b22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,6 +21,6 @@ thiserror = "1.0" bytes = "1.4" [dependencies.reqwest] -version = "0.12.12" +version = "0.13.0" default-features = false features = ["http2", "charset", "rustls-tls", "json", "gzip", "brotli", "deflate"]