Skip to content

Commit

Permalink
Bump hyper from 0.14.27 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.27 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.27...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 May 9, 2024
1 parent 0036285 commit 59034f7
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 28 deletions.
48 changes: 21 additions & 27 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 @@ -75,7 +75,7 @@ futures-lite = { version = "2.0.0", optional = true }
futures-util = { version = "0.3.5", optional = true }
futures-timer = { version = "3.0.0", optional = true }
http = { version = "0.2.11", optional = true } # same as hyper
hyper = { version = "0.14", default-features = false, features = ["client", "http1", "http2"], optional = true }
hyper = { version = "1.1", default-features = false, features = ["client", "http1", "http2"], optional = true }
log = "0.4.0"
once_cell = { version = "1.19.0", optional = true }
pin-utils = { version = "0.1.0", optional = true }
Expand Down

0 comments on commit 59034f7

Please sign in to comment.