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 11, 2024
1 parent 11703e0 commit c8f9c8b
Show file tree
Hide file tree
Showing 4 changed files with 179 additions and 65 deletions.
102 changes: 87 additions & 15 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 c8f9c8b

Please sign in to comment.