mirror of
https://github.com/servo/servo.git
synced 2025-08-18 03:45:33 +01:00
Upgrade Hyper
This commit is contained in:
parent
5df705a41f
commit
a48a111cee
42 changed files with 872 additions and 891 deletions
|
@ -34,16 +34,15 @@ packages = [
|
|||
"cfg-if",
|
||||
"cloudabi",
|
||||
"cocoa",
|
||||
"cookie",
|
||||
"crossbeam-channel",
|
||||
"crossbeam-deque",
|
||||
"crossbeam-epoch",
|
||||
"crossbeam-utils",
|
||||
"env_logger",
|
||||
"fixedbitset",
|
||||
"gleam",
|
||||
"h2",
|
||||
"libloading",
|
||||
"lock_api",
|
||||
"memoffset",
|
||||
"metal",
|
||||
"miniz_oxide",
|
||||
"num-rational",
|
||||
|
@ -52,16 +51,22 @@ packages = [
|
|||
"petgraph",
|
||||
"ron",
|
||||
"wayland-sys",
|
||||
"rustc_version",
|
||||
"semver",
|
||||
"semver-parser",
|
||||
|
||||
# https://github.com/servo/servo/issues/26933
|
||||
"futures",
|
||||
"mio",
|
||||
"tokio-openssl",
|
||||
"tokio",
|
||||
"http",
|
||||
"tokio-macros",
|
||||
"tokio-util",
|
||||
"http-body",
|
||||
"httpdate",
|
||||
"hyper",
|
||||
"bytes",
|
||||
"pin-project",
|
||||
"pin-project-lite",
|
||||
"pin-project-internal",
|
||||
"socket2",
|
||||
|
||||
# https://github.com/servo/servo/pull/23288#issuecomment-494687746
|
||||
"gl_generator",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue