diff options
Diffstat (limited to 'components/gfx_traits/Cargo.toml')
-rw-r--r-- | components/gfx_traits/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/gfx_traits/Cargo.toml b/components/gfx_traits/Cargo.toml index f4b7ef68931..142a644e394 100644 --- a/components/gfx_traits/Cargo.toml +++ b/components/gfx_traits/Cargo.toml @@ -12,7 +12,7 @@ path = "lib.rs" [dependencies] malloc_size_of = { path = "../malloc_size_of" } -malloc_size_of_derive = "0.1" +malloc_size_of_derive = { workspace = true } range = { path = "../range" } -serde = "1.0" +serde = { workspace = true } webrender_api = { git = "https://github.com/servo/webrender" } |