epage commented on code in PR #1868:
URL: https://github.com/apache/arrow-rs/pull/1868#discussion_r898124074
##########
integration-testing/Cargo.toml:
##########
@@ -34,7 +34,7 @@ logging = ["tracing-subscriber"]
arrow = { path = "../arrow" }
arrow-flight = { path = "../arrow-flight" }
async-trait = "0.1.41"
-clap = { version = "3", features = ["derive", "env"] }
+clap = { version = "~3.1", features = ["derive", "env"] }
Review Comment:
This can now be reverted as deprecations are now off by default, see
clap-rs/clap#3830 for details. When you do start working through the
deprecations as part of upgrading to 4.0, we've also improved the warnings for
derive users. See clap-rs/clap#3832 for examples.
--
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]