Skip to content

Commit

Permalink
chore(deps): bump regex from 1.4.3 to 1.4.5 (#6762)
Browse files Browse the repository at this point in the history
Bumps [regex](https://github.com/rust-lang/regex) from 1.4.3 to 1.4.5.
- [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.3...1.4.5)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 16, 2021
1 parent bef52ef commit d28c888
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 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 @@ -202,7 +202,7 @@ pulsar = { version = "1.0.0", default-features = false, features = ["tokio-runti
rand = { version = "0.8.0", features = ["small_rng"] }
rand_distr = "0.4.0"
rdkafka = { version = "0.24.0", features = ["libz", "ssl", "zstd"], optional = true }
regex = "1.3.9"
regex = "1.4.5"
# make sure to update the external docs when the Lua version changes
rlua = { version = "0.17.0", optional = true }
seahash = { version = "4.0.1", optional = true }
Expand Down

0 comments on commit d28c888

Please sign in to comment.