aboutsummaryrefslogtreecommitdiffstats
path: root/components/pixels
diff options
context:
space:
mode:
Diffstat (limited to 'components/pixels')
-rw-r--r--components/pixels/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/components/pixels/Cargo.toml b/components/pixels/Cargo.toml
index ffcfaf54d49..708b16163ba 100644
--- a/components/pixels/Cargo.toml
+++ b/components/pixels/Cargo.toml
@@ -11,7 +11,7 @@ name = "pixels"
path = "lib.rs"
[dependencies]
-euclid = "0.22"
+euclid = { workspace = true }
malloc_size_of = { path = "../malloc_size_of" }
-malloc_size_of_derive = "0.1"
-serde = { version = "1", features = ["derive"] }
+malloc_size_of_derive = { workspace = true }
+serde = { workspace = true, features = ["derive"] }