diff --git a/Cargo.toml b/Cargo.toml index 6c8cbe58c..0c2bf9cf7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,7 +72,7 @@ parquet = "52" pilota = "0.11.2" pretty_assertions = "1.4.0" port_scanner = "0.1.5" -reqwest = { version = "^0.12", features = ["json"] } +reqwest = { version = "^0.12", default-features = false, features = ["json"] } rust_decimal = "1.31.0" serde = { version = "^1.0", features = ["rc"] } serde_bytes = "0.11.8"