Skip to content

Commit

Permalink
fix(deps): update rust crate regex to 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 9, 2023
1 parent 60eb4f8 commit 68a90b4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
20 changes: 13 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ id3 = "1.7.0"
lrc = { version = "0.1.8", optional = true }
notify-rust = { version = "4.9.0", features = ["images"] }
image = "0.24.7"
regex = "1.9.5"
regex = "1.10.0"
typed-builder = "0.16.0"
log = { version = "0.4.20", optional = true }
pretty_env_logger = { version = "0.5.0", optional = true }
Expand Down

0 comments on commit 68a90b4

Please sign in to comment.