Skip to content

Commit

Permalink
chore(deps): bump regex from 1.6.0 to 1.7.0
Browse files Browse the repository at this point in the history
Bumps [regex](https://github.com/rust-lang/regex) from 1.6.0 to 1.7.0.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.6.0...1.7.0)

---
updated-dependencies:
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and CaptainSpof committed Nov 14, 2022
1 parent d51a052 commit 91544bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env_logger = "0.9.3"
log = "0.4.17"
maplit = "1.0.2"
rand = "0.8.5"
regex = "1.6.0"
regex = "1.7.0"
serde_json = "1.0.87"
thiserror = "1.0.37"
walkdir = "2.3.2"
Expand Down

0 comments on commit 91544bc

Please sign in to comment.