crepererum commented on code in PR #4727:
URL: https://github.com/apache/arrow-rs/pull/4727#discussion_r1303034113
##########
arrow-flight/Cargo.toml:
##########
@@ -67,6 +67,9 @@ cli = ["arrow-cast/prettyprint", "clap", "tracing-log",
"tracing-subscriber", "t
[dev-dependencies]
arrow-cast = { workspace = true, features = ["prettyprint"] }
assert_cmd = "2.0.8"
+http = "0.2.9"
+http-body = "0.4.5"
+pin-project-lite = "0.2"
Review Comment:
These are not really new dependencies, they are already used by tonic &
tower, but I need to name the types.
--
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]