diff --git a/Cargo.lock b/Cargo.lock index 1d9ff64bb..37059a330 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -273,9 +273,9 @@ dependencies = [ [[package]] name = "env_logger" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3" +checksum = "c90bf5f19754d10198ccb95b70664fc925bd1fc090a0fd9a6ebc54acc8cd6272" dependencies = [ "atty", "humantime", diff --git a/hypervisor/Cargo.toml b/hypervisor/Cargo.toml index 66ea703f6..477860054 100644 --- a/hypervisor/Cargo.toml +++ b/hypervisor/Cargo.toml @@ -32,4 +32,4 @@ default-features = false features = ["std", "decoder", "op_code_info", "instr_info", "fast_fmt"] [dev-dependencies] -env_logger = "0.9.0" +env_logger = "0.9.1" diff --git a/vhost_user_block/Cargo.toml b/vhost_user_block/Cargo.toml index 1c8279034..3e06ed1ed 100644 --- a/vhost_user_block/Cargo.toml +++ b/vhost_user_block/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] block_util = { path = "../block_util" } clap = { version = "3.2.22", features = ["wrap_help","cargo"] } -env_logger = "0.9.0" +env_logger = "0.9.1" epoll = "4.3.1" libc = "0.2.132" log = "0.4.17" diff --git a/vhost_user_net/Cargo.toml b/vhost_user_net/Cargo.toml index 7b3206b3c..cc34cc475 100644 --- a/vhost_user_net/Cargo.toml +++ b/vhost_user_net/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] clap = { version = "3.2.22", features = ["wrap_help","cargo"] } -env_logger = "0.9.0" +env_logger = "0.9.1" epoll = "4.3.1" libc = "0.2.132" log = "0.4.17"