Skip to content

Commit

Permalink
chore(deps): bump regex from 1.9.0 to 1.9.1
Browse files Browse the repository at this point in the history
Bumps [regex](https://github.com/rust-lang/regex) from 1.9.0 to 1.9.1.
- [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.9.0...1.9.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 10, 2023
1 parent 78c7da0 commit 2b46b49
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 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 @@ -26,7 +26,7 @@ log = "0.4.19"
nix = "0.26.2"
owo-colors = { version = "3.5.0", features = ["supports-color", "supports-colors"] }
pretty_env_logger = "0.5.0"
regex = "1.9.0"
regex = "1.9.1"
rlimit = "0.10.0"
serde = { version = "1.0.167", features = ["derive"] }
serde_json = "1.0.100"
Expand Down

0 comments on commit 2b46b49

Please sign in to comment.