Skip to content

Commit

Permalink
Update hyper with new runtime stuff. (metalbear-co#1876)
Browse files Browse the repository at this point in the history
* Update hyper with new runtime stuff.

* changelog

* revert changes // add notes on why we are back to forked hyper
  • Loading branch information
meowjesty authored Aug 30, 2023
1 parent a73c9a6 commit 29848f0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
5 changes: 2 additions & 3 deletions Cargo.lock

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

8 changes: 5 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,11 @@ miette = "5"
fancy-regex = { version = "0.10" }
enum_dispatch = "0.3"

hyper = { version = "1.0.0-rc.4", features = ["full"] }
# TODO switch to release when available
hyper-util = { git = "https://github.com/hyperium/hyper-util", commit = "f898015fc9eca9f459ddac521db278d904099e89" }
# TODO(alex): Waiting for a new RC release with the fix for #1869.
hyper = { git = "https://github.com/meowjesty/hyper", branch = "master", features = ["full"] }
# TODO(alex): This has a dependency on `hyper`, so we're blocked until new RC and the `hyper-util`
# crate itself is updated to depend on newer `hyper`.
hyper-util = { git = "https://github.com/meowjesty/hyper-util", branch = "issue/1869/update-runtime" }
http-body = "1.0.0-rc.2"
http-body-util = "0.1.0-rc.3"
libc = "0.2"
Expand Down
1 change: 1 addition & 0 deletions changelog.d/1869.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update hyper and hyper-util to fix double select call (and properly handle large http traffic).

0 comments on commit 29848f0

Please sign in to comment.