Skip to content

Commit 7e1d5ce

Browse files
build(deps): update hyper requirement from 0.14.16 to 1.1.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/v0.14.28/CHANGELOG.md) - [Commits](hyperium/hyper@v0.14.16...v0.14.28) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 23c31bd commit 7e1d5ce

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
@@ -35,7 +35,7 @@ rand = "0.8.4"
3535
tide = "0.16"
3636
actix-web = "4"
3737
tokio = { version = "1", features = ["rt-multi-thread", "net", "macros", "signal"] }
38-
hyper = { version = "0.14.16", features = ["server", "http1", "tcp"] }
38+
hyper = { version = "1.1.0", features = ["server", "http1", "tcp"] }
3939

4040
[build-dependencies]
4141
prost-build = { version = "0.11.0", optional = true }

0 commit comments

Comments
 (0)