Skip to content

Commit 056b0f8

Browse files
committed
Upgrade hyper to 1.0
1 parent 20e7564 commit 056b0f8

11 files changed

+531
-291
lines changed

Cargo.lock

+123-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

hyper_cgi/Cargo.toml

+5-1
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,14 @@ repository = "https://github.com/josh-project/josh"
99
readme = "README.md"
1010

1111
[dependencies]
12+
bytes = "1.5.0"
1213
futures = { workspace = true }
1314
tokio = { workspace = true }
1415
tokio-util = { workspace = true }
15-
hyper = { version = "0.14.28", features = ["stream", "tcp", "server", "http1"] }
16+
hyper = { version = "1.1.0", features = ["server", "http1"] }
17+
hyper-util = { version = "0.1.2" }
18+
http-body = "1.0.0"
19+
http-body-util = "0.1.0"
1620

1721
clap = { version = "4.4.13", optional = true }
1822
base64 = { version = "0.21.5", optional = true }

0 commit comments

Comments
 (0)