aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/script
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2022-04-01 00:35:22 -0400
committerJosh Matthews <josh@joshmatthews.net>2022-04-01 00:35:22 -0400
commit471650ba90613be6e94e197f80feca9171c3a19c (patch)
tree90c8f76fe04b91e8f129ee77c0b5b24fa01b80aa /tests/unit/script
parentffb6b5d5d8ae0aae8fd4d4ec99ab185f62ea47c0 (diff)
downloadservo-471650ba90613be6e94e197f80feca9171c3a19c.tar.gz
servo-471650ba90613be6e94e197f80feca9171c3a19c.zip
Update keyboard-types.
Diffstat (limited to 'tests/unit/script')
-rw-r--r--tests/unit/script/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/script/Cargo.toml b/tests/unit/script/Cargo.toml
index e898e9b803c..dcc5d9a6ffa 100644
--- a/tests/unit/script/Cargo.toml
+++ b/tests/unit/script/Cargo.toml
@@ -11,6 +11,6 @@ path = "lib.rs"
[dependencies]
euclid = "0.20"
-keyboard-types = "0.5"
+keyboard-types = "0.6"
script = {path = "../../../components/script"}
servo_url = {path = "../../../components/url"}