From a527ed25c1769939b96c8f5994da40e8bd29418b Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Thu, 29 Feb 2024 05:11:47 +0000 Subject: [PATCH] Update Rust crate log to 0.4.21 --- Cargo.lock | 4 ++-- tools/cargo-hakari/Cargo.toml | 2 +- workspace-hack/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7f7672c60cc..320df8234b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2593,9 +2593,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.20" +version = "0.4.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" +checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" [[package]] name = "matchers" diff --git a/tools/cargo-hakari/Cargo.toml b/tools/cargo-hakari/Cargo.toml index 3d68bba1b75..547177c6585 100644 --- a/tools/cargo-hakari/Cargo.toml +++ b/tools/cargo-hakari/Cargo.toml @@ -29,7 +29,7 @@ enable-ansi-support = "0.2.1" env_logger = "0.11.2" guppy = { version = "0.17.5", path = "../../guppy" } hakari = { version = "0.17.2", path = "../hakari", features = ["cli-support"] } -log = "0.4.20" +log = "0.4.21" owo-colors = { version = "3.5.0", features = ["supports-colors"] } supports-color = "1.3.1" guppy-workspace-hack.workspace = true diff --git a/workspace-hack/Cargo.toml b/workspace-hack/Cargo.toml index b079b1a7888..993eeb594ba 100644 --- a/workspace-hack/Cargo.toml +++ b/workspace-hack/Cargo.toml @@ -21,7 +21,7 @@ clap = { version = "4.4.18", features = ["derive"] } clap_builder = { version = "4.4.18", default-features = false, features = ["color", "help", "std", "suggestions", "usage"] } getrandom = { version = "0.2.12", default-features = false, features = ["std"] } indexmap = { version = "1.9.3", default-features = false, features = ["std"] } -log = { version = "0.4.20", default-features = false, features = ["std"] } +log = { version = "0.4.21", default-features = false, features = ["std"] } num-traits = { version = "0.2.17", features = ["libm"] } owo-colors = { version = "3.5.0", default-features = false, features = ["supports-colors"] } petgraph = { version = "0.6.4", default-features = false, features = ["graphmap"] }