From e661b03ba4dbc981c3c737e33be5c28c32190c93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 12:01:25 +0000 Subject: [PATCH] Bump test-log from 0.2.20 to 0.2.21 Bumps [test-log](https://github.com/d-e-s-o/test-log) from 0.2.20 to 0.2.21. - [Release notes](https://github.com/d-e-s-o/test-log/releases) - [Changelog](https://github.com/d-e-s-o/test-log/blob/main/CHANGELOG.md) - [Commits](https://github.com/d-e-s-o/test-log/compare/v0.2.20...v0.2.21) --- updated-dependencies: - dependency-name: test-log dependency-version: 0.2.21 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f889e05..5e942bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2422,9 +2422,9 @@ dependencies = [ [[package]] name = "test-log" -version = "0.2.20" +version = "0.2.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f46bf474f0a4afebf92f076d54fd5e63423d9438b8c278a3d2ccb0f47f7cdb3" +checksum = "9b9c218384242b5c89b68303ab6f6fc53a312d923f0c14dc6bb860c6aeee40f1" dependencies = [ "test-log-macros", "tracing-subscriber", @@ -2432,9 +2432,9 @@ dependencies = [ [[package]] name = "test-log-core" -version = "0.2.20" +version = "0.2.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37d4d41320b48bc4a211a9021678fcc0c99569b594ea31c93735b8e517102b4c" +checksum = "c26ef8b00e4d382e59f6a8ddb3cd790b3a5bb29f21a358a9a69ea2f29f13f27b" dependencies = [ "proc-macro2", "quote", @@ -2443,9 +2443,9 @@ dependencies = [ [[package]] name = "test-log-macros" -version = "0.2.20" +version = "0.2.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9beb9249a81e430dffd42400a49019bcf548444f1968ff23080a625de0d4d320" +checksum = "944ad38adcbb71eaa682c56bceeb079e4ca82b4b3edc2a0fde5cb297b77dac8d" dependencies = [ "syn 2.0.104", "test-log-core", diff --git a/Cargo.toml b/Cargo.toml index 53960d3..0f843c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ poise = "0.6.2" indoc = "2.0.7" [dev-dependencies] -test-log = { version = "0.2.20", default-features = false, features = [ +test-log = { version = "0.2.21", default-features = false, features = [ "trace", ] } map-macro = "0.3.0"