Skip to content

Commit

Permalink
Bump hyper from 0.14.29 to 1.4.0
Browse files Browse the repository at this point in the history
Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.29 to 1.4.0.
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md)
- [Commits](hyperium/hyper@v0.14.29...v1.4.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 Jul 2, 2024
1 parent da1b091 commit 73303e3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 52 deletions.
58 changes: 7 additions & 51 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 @@ -27,7 +27,7 @@ env_logger = { version = "0.11.3", default-features = false, features = [
"humantime",
] }
futures = { version = "0.3.30", features = ["async-await"] }
hyper = { version = "0.14.29", default-features = false, features = [
hyper = { version = "1.4.0", default-features = false, features = [
"server",
"http1",
], optional = true }
Expand Down

0 comments on commit 73303e3

Please sign in to comment.