Skip to content

Commit 3364f95

Browse files
build(deps): update hyper requirement from ^0.14.28 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/master/CHANGELOG.md) - [Commits](hyperium/hyper@v0.14.28...v1.1.0) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 74b7aff commit 3364f95

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
@@ -74,4 +74,4 @@ test-context = "0.1"
7474
tempfile = "3.8.1"
7575
tower-test = "0.4"
7676
# kube-rs mocking requires tower-test v0.14.x
77-
hyper = { version = "^0.14.28" }
77+
hyper = { version = "^1.1.0" }

0 commit comments

Comments
 (0)