Bump regex from 1.3.7 to 1.3.8 (#10293)

* Bump regex from 1.3.7 to 1.3.8

Bumps [regex](https://github.com/rust-lang/regex) from 1.3.7 to 1.3.8.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/regex/compare/regex-1.3.7...1.3.8)

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

* [auto-commit] Update all Cargo lock files

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
This commit is contained in:
dependabot-preview[bot]
2020-05-28 10:02:23 -07:00
committed by GitHub
parent e8bf94c2d2
commit 9227874ada
6 changed files with 40 additions and 31 deletions

View File

@ -37,7 +37,7 @@ num-traits = "0.2"
rand = "0.7.0"
rand_chacha = "0.2.2"
rayon = "1.3.0"
regex = "1.3.7"
regex = "1.3.8"
serde = "1.0.110"
serde_derive = "1.0.103"
serde_json = "1.0.53"