diff options
author | Lewin Probst <info@emirror.de> | 2021-11-18 16:16:46 +0100 |
---|---|---|
committer | Lewin Probst <info@emirror.de> | 2021-11-18 16:16:46 +0100 |
commit | 976f5b76bce85de1efc72bd32a12655a9d300c33 (patch) | |
tree | a0815b41fd027265325b333a34ca221ea4fe4f22 /tests | |
parent | 8db58c8afe9a55306f0994e145e41143fecbf8c5 (diff) | |
download | servo-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.toml | 2 |
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" |