mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +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
|
@ -14,7 +14,7 @@ unstable = ["jemalloc-sys"]
|
|||
|
||||
[dependencies]
|
||||
profile_traits = {path = "../profile_traits"}
|
||||
influent = "0.4"
|
||||
influent = "0.5"
|
||||
ipc-channel = "0.11"
|
||||
heartbeats-simple = "0.4"
|
||||
log = "0.4"
|
||||
|
@ -22,6 +22,7 @@ serde = "1.0"
|
|||
serde_json = "1.0"
|
||||
servo_config = {path = "../config"}
|
||||
time = "0.1.12"
|
||||
tokio = "0.1"
|
||||
|
||||
[target.'cfg(target_os = "macos")'.dependencies]
|
||||
task_info = {path = "../../support/rust-task_info"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue