From 590b2100c747d399924f862e44df2b61b3ea1463 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 02:49:21 +0000 Subject: [PATCH] Bump test-log from 0.2.13 to 0.2.14 Bumps [test-log](https://github.com/d-e-s-o/test-log) from 0.2.13 to 0.2.14. - [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.13...v0.2.14) --- updated-dependencies: - dependency-name: test-log dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 15 +++++++++++++-- backhand-test/Cargo.toml | 2 +- backhand/Cargo.toml | 2 +- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 278985af..cab42938 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1349,9 +1349,20 @@ dependencies = [ [[package]] name = "test-log" -version = "0.2.13" +version = "0.2.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6159ab4116165c99fc88cce31f99fa2c9dbe08d3691cb38da02fc3b45f357d2b" +dependencies = [ + "env_logger", + "test-log-macros", + "tracing-subscriber", +] + +[[package]] +name = "test-log-macros" +version = "0.2.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f66edd6b6cd810743c0c71e1d085e92b01ce6a72782032e3f794c8284fe4bcdd" +checksum = "7ba277e77219e9eea169e8508942db1bf5d8a41ff2db9b20aab5a5aadc9fa25d" dependencies = [ "proc-macro2", "quote", diff --git a/backhand-test/Cargo.toml b/backhand-test/Cargo.toml index 6dbf2bb0..3b2ff1f1 100644 --- a/backhand-test/Cargo.toml +++ b/backhand-test/Cargo.toml @@ -11,7 +11,7 @@ assert_cmd = { version = "2.0.12", features = ["color", "color-auto"] } dir-diff = { git = "https://github.com/wcampbell0x2a/dir-diff", branch = "add-checking-permissions" } tempfile = "3.8.1" test-assets = { git = "https://github.com/wcampbell0x2a/test-assets", branch = "replace-curl-ureq" } -test-log = { version = "0.2.13", features = ["trace"] } +test-log = { version = "0.2.14", features = ["trace"] } tracing = "0.1.40" libdeflater = "1.19.0" env_logger = "0.10.1" diff --git a/backhand/Cargo.toml b/backhand/Cargo.toml index 7f132e00..9118e838 100644 --- a/backhand/Cargo.toml +++ b/backhand/Cargo.toml @@ -36,7 +36,7 @@ lzo = ["dep:rust-lzo"] zstd = ["dep:zstd"] [dev-dependencies] -test-log = { version = "0.2.13", features = ["trace"] } +test-log = { version = "0.2.14", features = ["trace"] } test-assets = { git = "https://github.com/wcampbell0x2a/test-assets", branch = "replace-curl-ureq" } assert_cmd = { version = "2.0.12", features = ["color", "color-auto"] } dir-diff = { git = "https://github.com/wcampbell0x2a/dir-diff", branch = "add-checking-permissions" }