Skip to content

Commit

Permalink
Merge pull request #257 from tj-actions/renovate/regex-1.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate regex to 1.10.4
  • Loading branch information
repo-ranger[bot] authored Mar 23, 2024
2 parents 54ae58e + 1c4184b commit fc55b85
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 @@ -13,7 +13,7 @@ categories = ["command-line-utilities"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
regex = "1.10.3"
regex = "1.10.4"
serde_json = "1.0.114"
clap = { version = "4.5.3", features = ["derive"] }
unescaper = "0.1.4"
Expand Down

0 comments on commit fc55b85

Please sign in to comment.