tustvold commented on code in PR #577:
URL:
https://github.com/apache/arrow-rs-object-store/pull/577#discussion_r2616316201
##########
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"] }
Review Comment:
Without this it will bring in the default TLS setup
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]