Skip to content

Commit 9c788e6

Browse files
Update hyper requirement from 0.14.7 to 1.0.0
Updates the requirements on [hyper](https://github.com/hyperium/hyper) to permit the latest version. - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md) - [Commits](hyperium/hyper@v0.14.7...v1.0.0) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9f776fd commit 9c788e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

juniper_axum/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ bytes = "1.2"
3939
[dev-dependencies]
4040
anyhow = "1.0"
4141
axum = { version = "0.6", features = ["macros"] }
42-
hyper = "0.14"
42+
hyper = "1.0"
4343
juniper = { version = "0.16.0-dev", path = "../juniper", features = ["expose-test-schema"] }
4444
tokio = { version = "1.20", features = ["macros", "rt-multi-thread", "time"] }
4545
tokio-stream = "0.1"

juniper_hyper/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ exclude = ["/examples/", "/release.toml"]
1616

1717
[dependencies]
1818
futures = "0.3.22"
19-
hyper = { version = "0.14.7", features = ["server", "runtime"] }
19+
hyper = { version = "1.0.0", features = ["server", "runtime"] }
2020
juniper = { version = "0.16.0-dev", path = "../juniper", default-features = false }
2121
serde_json = "1.0.18"
2222
tokio = "1.0"

0 commit comments

Comments
 (0)