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

4
Cargo.lock generated
View file

@ -1192,9 +1192,9 @@ dependencies = [
[[package]]
name = "cssparser"
version = "0.28.1"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1db8599a9761b371751fbf13e076fa03c6e1a78f8c5288e6ab9467f10a2322c1"
checksum = "2a3a85949f6cbf49a4e1ab98a98e0f9aabfe7d827a7f156da36c98a86dede2df"
dependencies = [
"cssparser-macros",
"dtoa-short",