From 82a36641397f9e9de45f7ab5b004a17565c23383 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 23:18:00 +0000 Subject: [PATCH] build: Bump env_logger from 0.10.0 to 0.10.1 Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.10.0 to 0.10.1. - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-cli/env_logger/compare/v0.10.0...v0.10.1) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- hypervisor/Cargo.toml | 2 +- vhost_user_block/Cargo.toml | 2 +- vhost_user_net/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c0ca68105..b734daac3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -673,9 +673,9 @@ dependencies = [ [[package]] name = "env_logger" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0" +checksum = "95b3f3e67048839cb0d0781f445682a35113da7121f7c949db0e2be96a4fbece" dependencies = [ "humantime", "is-terminal", diff --git a/hypervisor/Cargo.toml b/hypervisor/Cargo.toml index 11cffefc3..15a7df872 100644 --- a/hypervisor/Cargo.toml +++ b/hypervisor/Cargo.toml @@ -36,4 +36,4 @@ default-features = false features = ["std", "decoder", "op_code_info", "instr_info", "fast_fmt"] [dev-dependencies] -env_logger = "0.10.0" +env_logger = "0.10.1" diff --git a/vhost_user_block/Cargo.toml b/vhost_user_block/Cargo.toml index 0eef71ad3..df9bfc26c 100644 --- a/vhost_user_block/Cargo.toml +++ b/vhost_user_block/Cargo.toml @@ -8,7 +8,7 @@ build = "../build.rs" [dependencies] clap = { version = "4.4.7", features = ["wrap_help","cargo"] } block = { path = "../block" } -env_logger = "0.10.0" +env_logger = "0.10.1" epoll = "4.3.3" libc = "0.2.147" log = "0.4.20" diff --git a/vhost_user_net/Cargo.toml b/vhost_user_net/Cargo.toml index e645ea0ba..d3efd8c1a 100644 --- a/vhost_user_net/Cargo.toml +++ b/vhost_user_net/Cargo.toml @@ -7,7 +7,7 @@ build = "../build.rs" [dependencies] clap = { version = "4.4.7", features = ["wrap_help","cargo"] } -env_logger = "0.10.0" +env_logger = "0.10.1" epoll = "4.3.3" libc = "0.2.147" log = "0.4.20"