This is an automated email from the ASF dual-hosted git repository.

liurenjie1024 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git


The following commit(s) were added to refs/heads/main by this push:
     new e6d6cd9  chore: Don't enable reqwest default features (#432)
e6d6cd9 is described below

commit e6d6cd9ec2e8fa6a5c307b0b53ab7c5be7aee7e3
Author: Xuanwo <[email protected]>
AuthorDate: Wed Jul 3 20:01:43 2024 +0800

    chore: Don't enable reqwest default features (#432)
---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index 6c8cbe5..0c2bf9c 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"

Reply via email to