Skip to content

Commit

Permalink
build(deps): bump hyper from 0.14.24 to 1.1.0
Browse files Browse the repository at this point in the history
Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.24 to 1.1.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.1.0)

---
updated-dependencies:
- dependency-name: hyper
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 2, 2024
1 parent efbf79c commit 6b4ef18
Show file tree
Hide file tree
Showing 2 changed files with 114 additions and 33 deletions.
145 changes: 113 additions & 32 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion integration/gcpkms/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ base64 = "^0.21"
chrono = "^0.4"
futures = "^0.3"
http = "^0.2"
hyper = { version = "^0.14.20", features = ["client", "http1", "http2"] }
hyper = { version = "^1.1.0", features = ["client", "http1", "http2"] }
hyper-rustls = "^0.22.1"
lazy_static = "^1.4"
percent-encoding = "^2.3"
Expand Down

0 comments on commit 6b4ef18

Please sign in to comment.