paraseba commented on code in PR #5415:
URL: https://github.com/apache/arrow-rs/pull/5415#discussion_r1497693232


##########
object_store/Cargo.toml:
##########
@@ -54,6 +54,7 @@ reqwest = { version = "0.11", default-features = false, 
features = ["rustls-tls-
 ring = { version = "0.17", default-features = false, features = ["std"], 
optional = true }
 rustls-pemfile = { version = "2.0", default-features = false, features = 
["std"], optional = true }
 tokio = { version = "1.25.0", features = ["sync", "macros", "rt", "time", 
"io-util"] }
+md5 = { version = "0.7.0", default-features = false, features = ["std"], 
optional = true }

Review Comment:
   Yes, new dependency, I couldn't find any other existing dependencies that 
supports md5. Good catch, I'll switch to md-5



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