aboutsummaryrefslogtreecommitdiffstats
path: root/components/range/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'components/range/Cargo.toml')
-rw-r--r--components/range/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/components/range/Cargo.toml b/components/range/Cargo.toml
index bf9db8164a1..bcaf874786f 100644
--- a/components/range/Cargo.toml
+++ b/components/range/Cargo.toml
@@ -12,6 +12,6 @@ path = "lib.rs"
[dependencies]
malloc_size_of = { path = "../malloc_size_of" }
-malloc_size_of_derive = "0.1"
-num-traits = "0.2"
-serde = "1.0"
+malloc_size_of_derive = { workspace = true }
+num-traits = { workspace = true }
+serde = { workspace = true }