Bump cssparser from 0.29.0 to 0.29.2

Bumps [cssparser](https://github.com/servo/rust-cssparser) from 0.29.0 to 0.29.2.
- [Release notes](https://github.com/servo/rust-cssparser/releases)
- [Commits](https://github.com/servo/rust-cssparser/commits)

---
updated-dependencies:
- dependency-name: cssparser
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-04-13 16:21:41 +00:00 committed by GitHub
parent b72ce9f76c
commit 5c0fd696a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View file

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