Bump lazy_static from 1.3.0 to 1.4.0 (#5640)

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-08-26 21:32:31 -07:00
committed by Michael Vines
parent a273ddcd97
commit 9744eb0ccd
6 changed files with 47 additions and 47 deletions

View File

@ -14,7 +14,7 @@ bv = { version = "0.11.0", features = ["serde"] }
byteorder = "1.3.2"
fnv = "1.0.6"
fs_extra = "1.1.0"
lazy_static = "1.3.0"
lazy_static = "1.4.0"
libc = "0.2.62"
libloading = "0.5.2"
log = "0.4.8"