jiacai2050 commented on code in PR #1489:
URL:
https://github.com/apache/incubator-horaedb/pull/1489#discussion_r1510526765
##########
Cargo.toml:
##########
@@ -101,7 +101,7 @@ catalog_impls = { path = "src/catalog_impls" }
horaedbproto = { git =
"https://github.com/apache/incubator-horaedb-proto.git", rev =
"19ece8f771fc0b3e8e734072cc3d8040de6c74cb" }
codec = { path = "src/components/codec" }
chrono = "0.4"
-clap = "3.0"
+clap = "=4.4.18"
Review Comment:
Clap is very aggressive for rust version In my impression, I wonder which
features do you depend on but missing from current version?
I think our user case is simple enough that there is hardly any change we
need to bump it.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]