Skip to content

Commit

Permalink
Bump hyper from 0.14.28 to 1.2.0
Browse files Browse the repository at this point in the history
Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.28 to 1.2.0.
- [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.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 26, 2024
1 parent a66ce68 commit e567a6d
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 22 deletions.
103 changes: 82 additions & 21 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.2.0", features = ["http1", "http2", "client", "server"]}
libc = "0.2"
once_cell = "1"
tower = "0.4.13"
Expand Down

0 comments on commit e567a6d

Please sign in to comment.