jecsand838 commented on code in PR #8242: URL: https://github.com/apache/arrow-rs/pull/8242#discussion_r2308833404
########## arrow-avro/Cargo.toml: ########## @@ -59,6 +59,8 @@ strum_macros = "0.27" uuid = "1.17" indexmap = "2.10" rand = "0.9" +md5 = "0.8.0" +sha2 = "0.11.0-rc.0" Review Comment: Since `MD5` and `SHA256` fingerprint hashes aren't commonly used, it may make sense to feature flag them. Also we should probably go with a stable version of `sha2` and drop the patch versioning ```suggestion md5 = "0.8" sha2 = "0.10" ``` -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org