Skip to content

Commit

Permalink
feat(tree-wide): migrate to Hyper 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
liushuyu committed Jan 7, 2024
1 parent c83d350 commit 6397eb7
Show file tree
Hide file tree
Showing 4 changed files with 180 additions and 66 deletions.
104 changes: 88 additions & 16 deletions Cargo.lock

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

11 changes: 9 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,13 @@ futures = "0.3"
gzp = { version = "0.11.3", default-features = false, features = [
"deflate_rust",
] }
http = "0.2"
hyper = { version = "0.14.27", optional = true, features = ["server"] }
http = "1.0"
http-body-util = { version = "0.1", optional = true }
hyper = { version = "1.1", optional = true, features = ["server", "http1"] }
hyper-util = { version = "0.1.2", optional = true, features = [
"tokio",
"server",
] }
is-terminal = "0.4.10"
jobserver = "0.1"
jwt = { package = "jsonwebtoken", version = "8", optional = true }
Expand Down Expand Up @@ -174,6 +179,8 @@ unstable = []
dist-client = [
"flate2",
"hyper",
"http-body-util",
"hyper-util",
"reqwest",
"url",
"sha2",
Expand Down
Loading

0 comments on commit 6397eb7

Please sign in to comment.