Bump lazy_static from 1.3.0 to 1.4.0

Bumps [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/rust-lang-nursery/lazy-static.rs/releases)
- [Commits](https://github.com/rust-lang-nursery/lazy-static.rs/compare/1.3.0...1.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-09-09 23:02:16 +00:00
committed by GitHub
parent 342cc85edd
commit 009bb67686
6 changed files with 26 additions and 26 deletions

View File

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