Skip to content

Commit

Permalink
Update http-body requirement from 0.4 to 1.0
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.
- [Commits](hyperium/http-body@v0.4.0...v1.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 17, 2023
1 parent c0561ed commit 824e8bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ballista/scheduler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ flatbuffers = { version = "23.5.26" }
futures = "0.3"
graphviz-rust = "0.6.1"
http = "0.2"
http-body = "0.4"
http-body = "1.0"
hyper = "0.14.4"
itertools = "0.11.0"
log = "0.4"
Expand Down

0 comments on commit 824e8bf

Please sign in to comment.