Skip to content

Commit

Permalink
fix(deps): update rust crate cssparser to 0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Sep 3, 2021
1 parent 024e548 commit 36ff54f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -12,7 +12,7 @@ crate-type = ["cdylib"]
[dependencies]
anyhow = "1.0"
base64 = "0.13"
cssparser = "0.28"
cssparser = "0.29"
napi = {version = "1", features = ["serde-json"]}
napi-derive = "1"
once_cell = "1.8"
Expand Down

0 comments on commit 36ff54f

Please sign in to comment.