Skip to content

Commit

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

---
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] committed Aug 9, 2023
1 parent 8d09797 commit 750fce4
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 @@ -30,7 +30,7 @@ thiserror = { version = "1.0.0" }

[dev-dependencies]
compiletest_rs = { version = "0.10.1" }
regex = { version = "1.9.1", default-features = false }
regex = { version = "1.9.3", default-features = false }
rustc-build-sysroot = { version = "0.4.2", default-features = false }
which = { version = "4.2.0", default-features = false, features = ["regex"] }

Expand Down

0 comments on commit 750fce4

Please sign in to comment.