Skip to content

Commit a4cd43e

Browse files
Bump regex from 1.5.6 to 1.7.0
Bumps [regex](https://github.com/rust-lang/regex) from 1.5.6 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.5.6...1.7.0) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6d729a1 commit a4cd43e

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ num-derive = "^0.3"
2222
num-format = "^0.4"
2323
num-traits = "^0.2"
2424
petgraph = "^0.6"
25-
regex = "^1.5"
25+
regex = "^1.7"
2626
serde = { version = "^1.0", features = ["derive"] }
2727
termcolor = "^1.1"
2828
walkdir = "^2.3"

rust-code-analysis-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ name = "rust-code-analysis-cli"
1414
[dependencies]
1515
clap = { version = "^4.0", features = ["derive"] }
1616
globset = "^0.4"
17-
regex = "^1.5"
17+
regex = "^1.7"
1818
rust-code-analysis = { path = "..", version = "=0.0.24" }
1919
serde = "^1.0"
2020
serde_cbor = "^0.11"

0 commit comments

Comments
 (0)