Skip to content

Commit

Permalink
fix(deps): update rust crate regex to 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Jun 17, 2021
1 parent c859162 commit 1915c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cssparser = "0.28"
napi = "1"
napi-derive = "1"
once_cell = "1.8"
regex = "1.4"
regex = "1.5"
thiserror = "1.0"

[target.'cfg(all(target_arch = "x86_64", not(target_env = "musl")))'.dependencies]
Expand Down

0 comments on commit 1915c60

Please sign in to comment.