From 2dc0c631b5bb1b2eb41837e82253ceb109bbfc5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 13:37:01 +0000 Subject: [PATCH] Update http-body requirement from 0.4.5 to 1.0.1 Updates the requirements on [http-body](https://github.com/hyperium/http-body) to permit the latest version. - [Release notes](https://github.com/hyperium/http-body/releases) - [Commits](https://github.com/hyperium/http-body/compare/v0.4.5...v1.0.1) --- updated-dependencies: - dependency-name: http-body dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- arrow-flight/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }