From 6d4054a3d3f269d1cd20dd330f3f55f724dd2c67 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Wed, 19 Feb 2020 17:07:29 -0500 Subject: [PATCH] Bug 1630676 - Update ipc-channel and crossbeam-channel in Servo. --- servo/components/style/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servo/components/style/Cargo.toml b/servo/components/style/Cargo.toml index e0ac029eaa4f..838de27e443b 100644 --- a/servo/components/style/Cargo.toml +++ b/servo/components/style/Cargo.toml @@ -33,7 +33,7 @@ atomic_refcell = "0.1" bitflags = "1.0" byteorder = "1.0" cssparser = "0.27" -crossbeam-channel = { version = "0.3", optional = true } +crossbeam-channel = { version = "0.4", optional = true } derive_more = "0.99" new_debug_unreachable = "1.0" encoding_rs = {version = "0.8", optional = true}