diff options
Diffstat (limited to 'components/layout_traits')
-rw-r--r-- | components/layout_traits/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/layout_traits/Cargo.toml b/components/layout_traits/Cargo.toml index ac950a34b2a..2fe80f7cbbf 100644 --- a/components/layout_traits/Cargo.toml +++ b/components/layout_traits/Cargo.toml @@ -11,9 +11,9 @@ name = "layout_traits" path = "lib.rs" [dependencies] -crossbeam-channel = "0.4" +crossbeam-channel = { workspace = true } gfx = { path = "../gfx" } -ipc-channel = "0.14" +ipc-channel = { workspace = true } metrics = { path = "../metrics" } msg = { path = "../msg" } net_traits = { path = "../net_traits" } |