diff options
Diffstat (limited to 'components/script_layout_interface')
-rw-r--r-- | components/script_layout_interface/Cargo.toml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/components/script_layout_interface/Cargo.toml b/components/script_layout_interface/Cargo.toml index 8ebf48b5d4c..6a123c766e9 100644 --- a/components/script_layout_interface/Cargo.toml +++ b/components/script_layout_interface/Cargo.toml @@ -11,22 +11,22 @@ name = "script_layout_interface" path = "lib.rs" [dependencies] -app_units = "0.7" -atomic_refcell = "0.1" +app_units = { workspace = true } +atomic_refcell = { workspace = true } canvas_traits = { path = "../canvas_traits" } -crossbeam-channel = "0.4" -euclid = "0.22" -fxhash = "0.2" +crossbeam-channel = { workspace = true } +euclid = { workspace = true } +fxhash = { workspace = true } gfx_traits = { path = "../gfx_traits" } -html5ever = "0.26" -ipc-channel = "0.14" -libc = "0.2" +html5ever = { workspace = true } +ipc-channel = { workspace = true } +libc = { workspace = true } malloc_size_of = { path = "../malloc_size_of" } -malloc_size_of_derive = "0.1" +malloc_size_of_derive = { workspace = true } metrics = { path = "../metrics" } msg = { path = "../msg" } net_traits = { path = "../net_traits" } -parking_lot = "0.11" +parking_lot = { workspace = true } profile_traits = { path = "../profile_traits" } range = { path = "../range" } script_traits = { path = "../script_traits" } |