Skip to content

Commit

Permalink
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 16, 2023
1 parent 316b188 commit f571d69
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
Expand Up @@ -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"] }
Expand Down

0 comments on commit f571d69

Please sign in to comment.