Skip to content

Commit

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

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] committed Jan 11, 2021
1 parent 611de1f commit 4e6a17f
Show file tree
Hide file tree
Showing 2 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ parking_lot = "0.11.1"
dashmap = { version = "3.11.10", features = ["serde"] }
num-format = "0.4.0"
once_cell = "1.5.2"
regex = "1.4.2"
regex = "1.4.3"
serde_json = "1.0.61"

[dependencies.env_logger]
Expand All @@ -65,6 +65,6 @@ optional = true
version = "0.8.14"

[dev-dependencies]
regex = "1.4.2"
regex = "1.4.3"
tempfile = "3.0.8"
git2 = { version = "0.13.14", default-features = false, features = [] }

0 comments on commit 4e6a17f

Please sign in to comment.