From cb007fea2ee81882943dec0c52e2883bb5a9de86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 13:55:35 +0000 Subject: [PATCH] chore(deps): Bump log from 0.4.19 to 0.4.20 (#18237) Bumps [log](https://github.com/rust-lang/log) from 0.4.19 to 0.4.20. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.4.19...0.4.20) --- updated-dependencies: - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- vdev/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5600b80795f1d..cbc09a18f68fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4904,9 +4904,9 @@ checksum = "8166fbddef141acbea89cf3425ed97d4c22d14a68161977fc01c301175a4fb89" [[package]] name = "log" -version = "0.4.19" +version = "0.4.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4" +checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" [[package]] name = "logfmt" diff --git a/vdev/Cargo.toml b/vdev/Cargo.toml index 925bafe8178b7..7811c23928541 100644 --- a/vdev/Cargo.toml +++ b/vdev/Cargo.toml @@ -24,7 +24,7 @@ hex = "0.4.3" indexmap = { version = "2.0", default-features = false, features = ["serde", "std"] } indicatif = { version = "0.17.6", features = ["improved_unicode"] } itertools = "0.11.0" -log = "0.4.19" +log = "0.4.20" once_cell = "1.18" os_info = { version = "3.7.0", default-features = false } # watch https://github.com/epage/anstyle for official interop with Clap