diff --git a/Cargo.toml b/Cargo.toml index 1bc8bd18..0f0db243 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -87,7 +87,7 @@ rand = "0.9" tempfile = "3.1.0" regex = "1.11.1" # The "gzip" feature for reqwest is enabled for an integration test. -reqwest = { version = "0.12", features = ["gzip"] } +reqwest = { version = "0.12", default-features = false, features = ["gzip"] } [target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dev-dependencies] wasm-bindgen-test = "0.3.50"