mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Update ipc-channel and crossbeam-channel.
This commit is contained in:
parent
107a29121c
commit
3fd3c23e17
45 changed files with 362 additions and 168 deletions
|
@ -44,7 +44,7 @@ caseless = "0.2"
|
|||
content-security-policy = {version = "0.3.0", features = ["serde"]}
|
||||
cookie = "0.11"
|
||||
chrono = "0.4"
|
||||
crossbeam-channel = "0.3"
|
||||
crossbeam-channel = "0.4"
|
||||
cssparser = "0.27"
|
||||
deny_public_fields = {path = "../deny_public_fields"}
|
||||
devtools_traits = {path = "../devtools_traits"}
|
||||
|
@ -62,7 +62,7 @@ hyper = "0.12"
|
|||
hyper_serde = "0.11"
|
||||
image = "0.22"
|
||||
indexmap = "1.0.2"
|
||||
ipc-channel = "0.12"
|
||||
ipc-channel = "0.14"
|
||||
itertools = "0.8"
|
||||
jstraceable_derive = {path = "../jstraceable_derive"}
|
||||
js = {package = "mozjs", git = "https://github.com/servo/rust-mozjs"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue