From f506f223481bdd8383306e2a65257f39818dd5b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 05:01:03 +0000 Subject: [PATCH] chore(deps): Bump log from 0.4.18 to 0.4.19 Bumps [log](https://github.com/rust-lang/log) from 0.4.18 to 0.4.19. - [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.18...0.4.19) --- updated-dependencies: - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- vdev/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ce9e6d92c79c3..e8219466e8a36 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4683,9 +4683,9 @@ checksum = "8166fbddef141acbea89cf3425ed97d4c22d14a68161977fc01c301175a4fb89" [[package]] name = "log" -version = "0.4.18" +version = "0.4.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de" +checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4" [[package]] name = "logfmt" diff --git a/vdev/Cargo.toml b/vdev/Cargo.toml index 23ab8ab123fda..5b53649a38280 100644 --- a/vdev/Cargo.toml +++ b/vdev/Cargo.toml @@ -24,7 +24,7 @@ hashlink = { version = "0.8.2", features = ["serde_impl"] } hex = "0.4.3" indicatif = { version = "0.17.5", features = ["improved_unicode"] } itertools = "0.10.5" -log = "0.4.18" +log = "0.4.19" once_cell = "1.18" os_info = { version = "3.7.0", default-features = false } # watch https://github.com/epage/anstyle for official interop with Clap