aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/script/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/script/Cargo.toml')
-rw-r--r--tests/unit/script/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/script/Cargo.toml b/tests/unit/script/Cargo.toml
index 7006477707f..2af8ced2109 100644
--- a/tests/unit/script/Cargo.toml
+++ b/tests/unit/script/Cargo.toml
@@ -10,7 +10,7 @@ name = "script_tests"
path = "lib.rs"
[dependencies]
-euclid = "0.22"
-keyboard-types = "0.6"
+euclid = { workspace = true }
+keyboard-types = { workspace = true }
script = {path = "../../../components/script"}
servo_url = {path = "../../../components/url"}