mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
build: Update dependencies
Updated by: cargo upgrade --all cargo update Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user