Skip to content

Commit

Permalink
Merge pull request #240 from gifnksm/dependabot/cargo/regex-1.9.0
Browse files Browse the repository at this point in the history
Bump regex from 1.8.4 to 1.9.0
  • Loading branch information
gifnksm authored Jul 6, 2023
2 parents bbe9277 + 07f5138 commit a762afa
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 8 deletions.
26 changes: 19 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 @@ -34,7 +34,7 @@ directories = "5.0.1"
git2 = { version = "0.16.1", features = ["vendored-libgit2", "vendored-openssl"] }
git2_credentials = "0.11.0"
once_cell = "1.18.0"
regex = "1.8.4"
regex = "1.9.0"
serde = { version = "1.0.166", features = ["derive"] }
serde_json = "1.0.100"
thiserror = "1.0.41"
Expand Down

0 comments on commit a762afa

Please sign in to comment.