Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update http-body requirement from 0.4.5 to 1.0.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.5...v1.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Nov 16, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 9f776fd commit 15386f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion juniper_hyper/Cargo.toml
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ url = "2.0"

# Fixes for `minimal-versions` check.
# TODO: Try remove on upgrade of `hyper` crate.
http-body = "0.4.5"
http-body = "1.0.0"

[dev-dependencies]
juniper = { version = "0.16.0-dev", path = "../juniper", features = ["expose-test-schema"] }

0 comments on commit 15386f2

Please sign in to comment.