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:
Rob Bradford
2020-03-13 15:01:27 +00:00
committed by Sebastien Boeuf
parent 291f1cef29
commit 6e6ef8348b
2 changed files with 16 additions and 16 deletions

View File

@@ -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"}