diff options
Diffstat (limited to 'components/script')
-rw-r--r-- | components/script/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/script/Cargo.toml b/components/script/Cargo.toml index 8a200bc375f..086b9981302 100644 --- a/components/script/Cargo.toml +++ b/components/script/Cargo.toml @@ -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"} |