build: Bulk upgrade dependencies

There are several dependencies that need updating so update them
manually rather than relying on dependabot. This will reduce the load on
the CI.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford
2020-07-06 09:39:44 +01:00
parent 72802b34cd
commit f19f7490c6
2 changed files with 25 additions and 26 deletions

View File

@@ -10,12 +10,12 @@ build = "build.rs"
lto = true
[dependencies]
clap = { version = "2.33.1", features=["wrap_help"] }
clap = { version = "2.33.1", features = ["wrap_help"] }
hypervisor = { path = "hypervisor" }
libc = "0.2.71"
log = { version = "0.4.8", features = ["std"] }
seccomp = { git = "https://github.com/firecracker-microvm/firecracker", tag = "v0.21.1" }
serde_json = ">=1.0.9"
serde_json = "1.0.56"
vhost_user_block = { path = "vhost_user_block"}
vhost_user_net = { path = "vhost_user_net"}
vmm = { path = "vmm" }
@@ -26,12 +26,12 @@ vm-memory = { git = "https://github.com/cloud-hypervisor/vm-memory", branch = "c
[dev-dependencies]
ssh2 = "0.8.2"
dirs = "2.0.2"
dirs = "3.0.1"
credibility = "0.1.3"
tempdir = "0.3.7"
lazy_static= "1.4.0"
tempfile = "3.1.0"
serde_json = ">=1.0.9"
serde_json = "1.0.56"
net_util = { path = "net_util" }
[features]