Skip to content

Commit

Permalink
Bump regex from 1.8.4 to 1.9.0 (#53)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 6, 2023
1 parent 0ac452b commit c024841
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
20 changes: 16 additions & 4 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 @@ -19,7 +19,7 @@ vergen = { version = "8.2", features = ["build", "cargo", "git", "gitcl"] }
anyhow = { version = "1.0" }
clap = { version = "4.3", features = ["derive"] }
once_cell = { version = "1.17" }
regex = { version = "1.8" }
regex = { version = "1.9" }
tracing = { version = "0.1" }
tracing-subscriber = { version = "0.3" }
walkdir = { version = "2.3" }

0 comments on commit c024841

Please sign in to comment.