tustvold commented on code in PR #707:
URL: 
https://github.com/apache/arrow-rs-object-store/pull/707#discussion_r3349554676


##########
Cargo.toml:
##########
@@ -55,8 +55,9 @@ hyper = { version = "1.2", default-features = false, optional 
= true }
 md-5 = { version = "0.11.0", default-features = false, optional = true }
 quick-xml = { version = "0.39.0", features = ["serialize", 
"overlapped-lists"], optional = true }
 rand = { version = "0.10", default-features = false, features = ["std", 
"std_rng", "thread_rng"], optional = true }
-reqwest = { version = "0.12", default-features = false, features = 
["rustls-tls-native-roots", "http2"], optional = true }
+reqwest = { version = "0.13", default-features = false, features = ["http2"], 
optional = true }

Review Comment:
   Unfortunately the reqwest upgrade ends up tied to this, because there were 
changes to the way reqwest handles encryption



-- 
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]

Reply via email to