aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorLewin Probst <info@emirror.de>2021-11-18 16:16:46 +0100
committerLewin Probst <info@emirror.de>2021-11-18 16:16:46 +0100
commit976f5b76bce85de1efc72bd32a12655a9d300c33 (patch)
treea0815b41fd027265325b333a34ca221ea4fe4f22 /tests
parent8db58c8afe9a55306f0994e145e41143fecbf8c5 (diff)
downloadservo-976f5b76bce85de1efc72bd32a12655a9d300c33.tar.gz
servo-976f5b76bce85de1efc72bd32a12655a9d300c33.zip
Updated cssparser dependency to 0.29.
Signed-off-by: Lewin Probst <info@emirror.de>
Diffstat (limited to 'tests')
-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 51056e378f4..51660774900 100644
--- a/tests/unit/style/Cargo.toml
+++ b/tests/unit/style/Cargo.toml
@@ -11,7 +11,7 @@ doctest = false
[dependencies]
app_units = "0.7"
-cssparser = "0.28"
+cssparser = "0.29"
euclid = "0.20"
html5ever = "0.25"
rayon = "1"