Skip to content

Commit

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 10, 2021
1 parent b1f04cf commit 8df4169
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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 @@ -25,7 +25,7 @@ num-derive = "^0.3"
num-traits = "^0.2"
petgraph = "^0.5"
phf = { version = "^0.8", features = ["macros"] }
regex = "^1.4"
regex = "^1.5"
serde = { version = "^1.0", features = ["derive"] }
termcolor = "^1.1"

Expand Down
2 changes: 1 addition & 1 deletion rust-code-analysis-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ clap = "^2.33"
crossbeam = "^0.8"
globset = "^0.4"
num_cpus = "^1.13"
regex = "^1.4"
regex = "^1.5"
rust-code-analysis = { path = "..", version = "0.0"}
serde = "^1.0"
serde_cbor = "^0.11"
Expand Down

0 comments on commit 8df4169

Please sign in to comment.