build(deps): 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-08-26 01:05:43 +00:00
parent bc87c9f19b
commit 808fcaa43b
2 changed files with 9 additions and 9 deletions

View file

@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
clap = "2.33.0"
lazy_static = "1.3.0"
lazy_static = "1.4.0"
log = { version = "0.4.8", features = ["std"] }
vmm = { path = "vmm" }
@ -15,7 +15,7 @@ ssh2 = "0.3.3"
dirs = "2.0.2"
credibility = "0.1.3"
tempdir= "0.3.7"
lazy_static= "1.3.0"
lazy_static= "1.4.0"
[features]
default = []