roeap commented on code in PR #4208:
URL: https://github.com/apache/arrow-rs/pull/4208#discussion_r1191937269


##########
object_store/Cargo.toml:
##########
@@ -33,6 +33,7 @@ async-trait = "0.1.53"
 bytes = "1.0"
 chrono = { version = "0.4.23", default-features = false, features = ["clock"] }
 futures = "0.3"
+humantime = "2.1"

Review Comment:
   Here we introduce a new dependency, but since humantime itself comes 
dependency-free i felt we can justify this?
   
   The crate has not seen any updates for quite some time, but is relied upon 
by some of the msot widely used crates, like cargo, clap, and rustsec.



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