Skip to content

Commit

Permalink
Update http-body requirement from 0.4.5 to 1.0.1
Browse files Browse the repository at this point in the history
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](hyperium/http-body@v0.4.5...v1.0.1)

---
updated-dependencies:
- dependency-name: http-body
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent 074bcb5 commit 2dc0c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow-flight/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit 2dc0c63

Please sign in to comment.