Bump regex from 1.2.0 to 1.2.1

Bumps [regex](https://github.com/rust-lang/regex) from 1.2.0 to 1.2.1.
- [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/1.2.0...1.2.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-08-05 08:36:27 +00:00
committed by GitHub
parent da0fe49ade
commit a036a306d5
3 changed files with 16 additions and 32 deletions

View File

@ -26,7 +26,7 @@ winapi = { version = "0.3.7", features = ["memoryapi"] }
[build-dependencies]
cc = "1.0"
lazy_static = "1.3.0"
regex = "1.2.0"
regex = "1.2.1"
semver = "0.9"
rustc_version = "0.2.3"