mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
build: Use consistent version of dirs crate
Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
@@ -5,9 +5,9 @@ authors = ["The Cloud Hypervisor Authors"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
dirs = "3.0.1"
|
||||
dirs = "4.0.0"
|
||||
epoll = "4.3.1"
|
||||
lazy_static= "1.4.0"
|
||||
lazy_static = "1.4.0"
|
||||
libc = "0.2.91"
|
||||
ssh2 = { version = "0.9.1", features = ["vendored-openssl"]}
|
||||
vmm-sys-util = "0.9.0"
|
||||
|
||||
Reference in New Issue
Block a user