mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
build: Fix log dependency
@dependabot bumped the dependency to 0.4.10 but this is no longer a valid version so downgrade appropriately. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
committed by
Sebastien Boeuf
parent
291f1cef29
commit
6e6ef8348b
@@ -13,7 +13,7 @@ epoll = ">=4.0.1"
|
||||
futures = { version = "0.3.4", features = ["thread-pool"] }
|
||||
lazy_static = "1.4.0"
|
||||
libc = "0.2.67"
|
||||
log = { version = "0.4.10", features = ["std"] }
|
||||
log = { version = "0.4.8", features = ["std"] }
|
||||
serde_json = ">=1.0.9"
|
||||
vhost_user_backend = { path = "vhost_user_backend"}
|
||||
vhost_user_block = { path = "vhost_user_block"}
|
||||
|
||||
Reference in New Issue
Block a user