Skip to content

Commit a949aba

Browse files
build(deps): bump hyper from 0.14.24 to 1.3.0
Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.24 to 1.3.0. - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md) - [Commits](hyperium/hyper@v0.14.24...v1.3.0) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent af6d5f3 commit a949aba

File tree

2 files changed

+95
-29
lines changed

2 files changed

+95
-29
lines changed

Cargo.lock

+94-28
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration/gcpkms/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ base64 = "^0.21"
1616
chrono = "^0.4"
1717
futures = "^0.3"
1818
http = "^0.2"
19-
hyper = { version = "^0.14.20", features = ["client", "http1", "http2"] }
19+
hyper = { version = "^1.3.0", features = ["client", "http1", "http2"] }
2020
hyper-rustls = "^0.22.1"
2121
lazy_static = "^1.4"
2222
percent-encoding = "^2.3"

0 commit comments

Comments
 (0)