aboutsummaryrefslogtreecommitdiffstats
path: root/components/servo_arc/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'components/servo_arc/Cargo.toml')
-rw-r--r--components/servo_arc/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/servo_arc/Cargo.toml b/components/servo_arc/Cargo.toml
index 34f27619bcb..0f50d9cd41f 100644
--- a/components/servo_arc/Cargo.toml
+++ b/components/servo_arc/Cargo.toml
@@ -17,5 +17,5 @@ servo = ["serde"]
[dependencies]
nodrop = { version = "0.1.8" }
-serde = { version = "1.0", optional = true }
+serde = { workspace = true, optional = true }
stable_deref_trait = "1.0.0"