Updated cssparser dependency to 0.29.

Signed-off-by: Lewin Probst <info@emirror.de>
This commit is contained in:
Lewin Probst 2021-11-18 16:16:46 +01:00
parent 8db58c8afe
commit 976f5b76bc
18 changed files with 78 additions and 81 deletions

View file

@ -16,7 +16,7 @@ gecko = []
[dependencies]
app_units = "0.7"
bitflags = "1.0"
cssparser = "0.28"
cssparser = "0.29"
euclid = "0.20"
lazy_static = "1"
malloc_size_of = { path = "../malloc_size_of" }