Skip to content

Commit ac1a86e

Browse files
committed
Upgrade hyper to 1.0
1 parent 5a650df commit ac1a86e

11 files changed

+519
-287
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.2.0", features = ["server", "http1"] }
17+
hyper-util = { version = "0.1.3" }
18+
http-body = "1.0.0"
19+
http-body-util = "0.1.0"
1620

1721
clap = { version = "4.5.2", optional = true }
1822
base64 = { version = "0.21.7", optional = true }

0 commit comments

Comments
 (0)