Skip to content

Commit

Permalink
Upgrade hyper to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LMG committed Jan 10, 2024
1 parent 20e7564 commit 056b0f8
Show file tree
Hide file tree
Showing 11 changed files with 531 additions and 291 deletions.
140 changes: 123 additions & 17 deletions Cargo.lock

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

6 changes: 5 additions & 1 deletion hyper_cgi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,14 @@ repository = "https://github.com/josh-project/josh"
readme = "README.md"

[dependencies]
bytes = "1.5.0"
futures = { workspace = true }
tokio = { workspace = true }
tokio-util = { workspace = true }
hyper = { version = "0.14.28", features = ["stream", "tcp", "server", "http1"] }
hyper = { version = "1.1.0", features = ["server", "http1"] }
hyper-util = { version = "0.1.2" }
http-body = "1.0.0"
http-body-util = "0.1.0"

clap = { version = "4.4.13", optional = true }
base64 = { version = "0.21.5", optional = true }
Expand Down
Loading

0 comments on commit 056b0f8

Please sign in to comment.