mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update hyper to 0.12
This commit is contained in:
parent
95bfaa0a77
commit
024b40b39d
122 changed files with 3835 additions and 3448 deletions
|
@ -25,6 +25,7 @@ rand = [
|
|||
"rayon-core",
|
||||
"servo_rand",
|
||||
"tempfile",
|
||||
"tokio-threadpool",
|
||||
"uuid",
|
||||
"ws",
|
||||
]
|
||||
|
@ -32,8 +33,8 @@ rand = [
|
|||
[ignore]
|
||||
# Ignored packages with duplicated versions
|
||||
packages = [
|
||||
"bitflags",
|
||||
"core-graphics",
|
||||
"crossbeam-deque",
|
||||
"crossbeam-epoch",
|
||||
"crossbeam-utils",
|
||||
"log",
|
||||
|
@ -42,9 +43,8 @@ packages = [
|
|||
"proc-macro2",
|
||||
"quote",
|
||||
"rand",
|
||||
# TODO: remove slab when #21426 lands
|
||||
"slab",
|
||||
"syn",
|
||||
"unicase",
|
||||
"winapi",
|
||||
]
|
||||
# Files that are ignored for all tidy and lint checks.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue