From 939f4d0c564a15134a3f85ae032fb3ea3ca2ba17 Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Tue, 9 Jul 2024 05:13:05 +0000 Subject: [PATCH] fix(deps): update rust crate log to 0.4.22 --- Cargo.lock | 4 ++-- cargo-nextest/Cargo.toml | 2 +- nextest-runner/Cargo.toml | 2 +- workspace-hack/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ded2c5c5ecf..f559ffd52bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1474,9 +1474,9 @@ checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" [[package]] name = "log" -version = "0.4.21" +version = "0.4.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" +checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" [[package]] name = "maplit" diff --git a/cargo-nextest/Cargo.toml b/cargo-nextest/Cargo.toml index 33f5a9de5ff..d4bbabc64f5 100644 --- a/cargo-nextest/Cargo.toml +++ b/cargo-nextest/Cargo.toml @@ -23,7 +23,7 @@ enable-ansi-support = "0.2.1" # we don't use the default formatter so we don't need default features env_logger = { version = "0.11.3", default-features = false } guppy = "0.17.5" -log = "0.4.21" +log = "0.4.22" itertools = "0.12.1" miette = { workspace = true, features = ["fancy"] } nextest-filtering = { version = "=0.9.0", path = "../nextest-filtering" } diff --git a/nextest-runner/Cargo.toml b/nextest-runner/Cargo.toml index 4e10d8d6543..8eb6c6c46ce 100644 --- a/nextest-runner/Cargo.toml +++ b/nextest-runner/Cargo.toml @@ -44,7 +44,7 @@ humantime-serde = "1.1.1" indicatif = "0.17.8" is_ci = "1.2.0" itertools = "0.12.1" -log = "0.4.21" +log = "0.4.22" miette.workspace = true once_cell = "1.19.0" owo-colors = "4.0.0" diff --git a/workspace-hack/Cargo.toml b/workspace-hack/Cargo.toml index 41676ccef56..5bfd363f24b 100644 --- a/workspace-hack/Cargo.toml +++ b/workspace-hack/Cargo.toml @@ -23,7 +23,7 @@ futures-channel = { version = "0.3.30", features = ["sink"] } futures-sink = { version = "0.3.30", default-features = false, features = ["std"] } getrandom = { version = "0.2.15", default-features = false, features = ["std"] } indexmap = { version = "2.2.6", features = ["serde"] } -log = { version = "0.4.21", default-features = false, features = ["std"] } +log = { version = "0.4.22", default-features = false, features = ["std"] } memchr = { version = "2.7.2" } miette = { version = "7.2.0", features = ["fancy"] } num-traits = { version = "0.2.19", default-features = false, features = ["libm", "std"] }