Skip to content

Commit

Permalink
Bump regex from 1.9.3 to 1.9.4
Browse files Browse the repository at this point in the history
Bumps [regex](https://github.com/rust-lang/regex) from 1.9.3 to 1.9.4.
- [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.3...1.9.4)

---
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 and doubleailes committed Aug 28, 2023
1 parent 8507304 commit 1b52b20
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 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 @@ -23,7 +23,7 @@ jwalk = "0.8.1"
rayon = "1.7.0"

[dependencies.regex]
version = "1.9.3"
version = "1.9.4"
default-features = false
# regex currently requires the standard library, you must re-enable it.
features = ["std","unicode-perl"]
Expand Down

0 comments on commit 1b52b20

Please sign in to comment.