build: Update dependencies

Updated by:

cargo upgrade --all
cargo update

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford
2020-02-20 14:46:22 +00:00
parent 9c3166237d
commit 03f64d12c3
18 changed files with 112 additions and 152 deletions

View File

@@ -4,14 +4,14 @@ version = "0.1.0"
authors = ["The Chromium OS Authors"]
[dependencies]
libc = "0.2.60"
libc = "0.2.66"
rand = "0.7.3"
serde = "1.0.98"
vmm-sys-util = ">=0.3.1"
serde = "1.0.104"
vmm-sys-util = "0.4.0"
net_gen = { path = "../net_gen" }
[dev-dependencies]
lazy_static = "1.3.0"
lazy_static = "1.4.0"
pnet = "0.25.0"
serde_json = "1.0.46"
serde_json = "1.0.48"