Skip to content

Commit

Permalink
Bump hyper from 0.14.28 to 1.1.0
Browse files Browse the repository at this point in the history
Bumps [hyper](https:/hyperium/hyper) from 0.14.28 to 1.1.0.
- [Release notes](https:/hyperium/hyper/releases)
- [Changelog](https:/hyperium/hyper/blob/master/CHANGELOG.md)
- [Commits](hyperium/hyper@v0.14.28...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 Dec 23, 2023
1 parent a66ce68 commit b290893
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 20 deletions.
98 changes: 79 additions & 19 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ brotli = "3.3.4"
gentian = "0.1.8"
h2 = "0.3.20"
http = "0.2"
hyper = {version = "0.14.27", features = ["http1", "http2", "client", "server"]}
hyper = {version = "1.1.0", features = ["http1", "http2", "client", "server"]}
libc = "0.2"
once_cell = "1"
tower = "0.4.13"
Expand Down

0 comments on commit b290893

Please sign in to comment.