Skip to content

Commit 3b01caf

Browse files
Update hyper requirement from 0.14 to 1.4 (#732)
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.0...v1.4.0) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tomek Drwięga <[email protected]>
1 parent 0a3d095 commit 3b01caf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ hex-literal = "0.4"
6767
wasm-bindgen-test = "0.3.50"
6868

6969
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
70-
hyper = { version = "1", default-features = false, features = ["server"] }
70+
hyper = { version = "1.4", default-features = false, features = ["server"] }
7171
hyper-util = { version = "0.1", features = ["full"] }
7272
http-body-util = "0.1"
7373
tokio = { version = "1.0", features = ["full"] }

0 commit comments

Comments
 (0)