aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2019-05-22 14:18:38 -0400
committerJosh Matthews <josh@joshmatthews.net>2019-05-22 14:18:38 -0400
commit60688da71aff41b09e8bfb35c3f0c9c07f54e822 (patch)
treeacd18dd25cd2c4ab0bd49ae6425e73a08137b0d6 /tests/unit
parent8606af410428525bd9dc3faf6c9d1da6c569491f (diff)
downloadservo-60688da71aff41b09e8bfb35c3f0c9c07f54e822.tar.gz
servo-60688da71aff41b09e8bfb35c3f0c9c07f54e822.zip
Revert "Glutin update: dependencies update"
This reverts commit 30fb18e7113c108bf93be93f7675a9574fd761a5.
Diffstat (limited to 'tests/unit')
-rw-r--r--tests/unit/style/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/style/Cargo.toml b/tests/unit/style/Cargo.toml
index 18fb1402da7..567af440dd7 100644
--- a/tests/unit/style/Cargo.toml
+++ b/tests/unit/style/Cargo.toml
@@ -15,7 +15,7 @@ app_units = "0.7"
cssparser = "0.25"
euclid = "0.19"
html5ever = "0.23"
-parking_lot = "0.7"
+parking_lot = "0.6"
rayon = "1"
serde_json = "1.0"
selectors = {path = "../../../components/selectors"}