Skip to content

Commit

Permalink
Bump regex from 1.10.6 to 1.11.0
Browse files Browse the repository at this point in the history
Bumps [regex](https://github.com/rust-lang/regex) from 1.10.6 to 1.11.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.10.6...1.11.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 smoelius committed Oct 7, 2024
1 parent 07d2075 commit 79788cd
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
26 changes: 13 additions & 13 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-dylint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ home = "0.5"
log = "0.4"
once_cell = "1.20"
predicates = "3.1"
regex = "1.10"
regex = "1.11"
semver = "1.0"
serde_json = "1.0"
similar-asserts = "1.6"
Expand Down
2 changes: 1 addition & 1 deletion internal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/trailofbits/dylint"
[dependencies]
anyhow = "1.0"
once_cell = "1.20"
regex = "1.10"
regex = "1.11"

ansi_term = { version = "0.12", optional = true }
bitflags = { version = "2.6", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion utils/testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cargo_metadata = "0.18"
compiletest_rs = "0.11"
env_logger = "0.11"
once_cell = "1.20"
regex = "1.10"
regex = "1.11"
serde_json = "1.0"
tempfile = "3.13"

Expand Down

0 comments on commit 79788cd

Please sign in to comment.