diff --git a/arrow-flight/Cargo.toml b/arrow-flight/Cargo.toml index 60ba3ae827de..6d222ce14a1b 100644 --- a/arrow-flight/Cargo.toml +++ b/arrow-flight/Cargo.toml @@ -71,7 +71,7 @@ cli = ["anyhow", "arrow-cast/prettyprint", "clap", "tracing-log", "tracing-subsc arrow-cast = { workspace = true, features = ["prettyprint"] } assert_cmd = "2.0.8" http = "0.2.9" -http-body = "0.4.5" +http-body = "1.0.1" pin-project-lite = "0.2" tempfile = "3.3" tokio-stream = { version = "0.1", features = ["net"] }