From a3396d47059af0bc2916cad5c40ac8a57c9a097f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 22:24:07 +0000 Subject: [PATCH] Bump test-log from 0.2.18 to 0.2.19 Bumps [test-log](https://github.com/d-e-s-o/test-log) from 0.2.18 to 0.2.19. - [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.18...v0.2.19) --- updated-dependencies: - dependency-name: test-log dependency-version: 0.2.19 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a64309a..bab56ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2424,9 +2424,9 @@ dependencies = [ [[package]] name = "test-log" -version = "0.2.18" +version = "0.2.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e33b98a582ea0be1168eba097538ee8dd4bbe0f2b01b22ac92ea30054e5be7b" +checksum = "37d53ac171c92a39e4769491c4b4dde7022c60042254b5fc044ae409d34a24d4" dependencies = [ "test-log-macros", "tracing-subscriber", @@ -2434,9 +2434,9 @@ dependencies = [ [[package]] name = "test-log-macros" -version = "0.2.18" +version = "0.2.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "451b374529930d7601b1eef8d32bc79ae870b6079b069401709c2a8bf9e75f36" +checksum = "be35209fd0781c5401458ab66e4f98accf63553e8fae7425503e92fdd319783b" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 83ac114..a4a92d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ poise = "0.6.1" indoc = "2.0.7" [dev-dependencies] -test-log = { version = "0.2.17", default-features = false, features = [ +test-log = { version = "0.2.19", default-features = false, features = [ "trace", ] } map-macro = "0.3.0"