From fbd0df4e24ea945ad0fa8b326d03970d0a53bbf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 12:59:25 +0000 Subject: [PATCH] Bump log from 0.4.17 to 0.4.18 Bumps [log](https://github.com/rust-lang/log) from 0.4.17 to 0.4.18. - [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.17...0.4.18) --- updated-dependencies: - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 7 ++----- tools/autolib/Cargo.toml | 2 +- tools/release-operator/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 84c037e62..8eb466fb6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1472,12 +1472,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.17" +version = "0.4.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" -dependencies = [ - "cfg-if", -] +checksum = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de" [[package]] name = "malloc_buf" diff --git a/tools/autolib/Cargo.toml b/tools/autolib/Cargo.toml index cdc5fea49..d926e7509 100644 --- a/tools/autolib/Cargo.toml +++ b/tools/autolib/Cargo.toml @@ -5,6 +5,6 @@ edition = "2021" [dependencies] anyhow = "1.0.71" -log = "0.4.17" +log = "0.4.18" regex = "1.8.3" semver = "1.0.17" diff --git a/tools/release-operator/Cargo.toml b/tools/release-operator/Cargo.toml index ccdc05c13..6a7f299a5 100644 --- a/tools/release-operator/Cargo.toml +++ b/tools/release-operator/Cargo.toml @@ -10,7 +10,7 @@ anyhow = "1.0.71" cargo_metadata = "0.15.4" cmd_lib = "1.3.0" env_logger = "0.10.0" -log = "0.4.17" +log = "0.4.18" secstr = "0.5.0" semver = "1.0.17" serde_json = "1.0.96"