mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user