From 362a87cc4447c7d200ed00afb9f1a1f493e6bc3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 13:04:24 +0900 Subject: [PATCH] Bump test-log from 0.2.16 to 0.2.17 (#1683) Bumps [test-log](https://github.com/d-e-s-o/test-log) from 0.2.16 to 0.2.17. - [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.16...v0.2.17) --- updated-dependencies: - dependency-name: test-log dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c35477c6f..114a5b2a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1544,9 +1544,9 @@ dependencies = [ [[package]] name = "test-log" -version = "0.2.16" +version = "0.2.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3dffced63c2b5c7be278154d76b479f9f9920ed34e7574201407f0b14e2bbb93" +checksum = "e7f46083d221181166e5b6f6b1e5f1d499f3a76888826e6cb1d057554157cd0f" dependencies = [ "env_logger", "test-log-macros", diff --git a/Cargo.toml b/Cargo.toml index 7bc0ad5a0..8157a68c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,7 +70,7 @@ rustc_version = "0.4" [dev-dependencies] lcov = "0.8.1" rusty-fork = "0.3.0" -test-log = { version = "0.2.16", features = ["trace"] } +test-log = { version = "0.2.17", features = ["trace"] } [package.metadata.binstall] pkg-url = "{ repo }/releases/download/{ version }/cargo-tarpaulin-{ target }{ archive-suffix }"