build: Use consistent version of dirs crate

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford
2022-03-03 15:47:14 +00:00
parent e2e070ad8a
commit d6895188b1
2 changed files with 5 additions and 14 deletions
+2 -2
View File
@@ -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"