From b685d339b89cdafe38d751061d70850a91d85320 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 12:21:09 +0000 Subject: [PATCH] chore(deps): Bump test-log from 0.2.12 to 0.2.13 Bumps [test-log](https://github.com/d-e-s-o/test-log) from 0.2.12 to 0.2.13. - [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.12...v0.2.13) --- updated-dependencies: - dependency-name: test-log dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8f3da3bf..ab9df704 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1372,13 +1372,13 @@ dependencies = [ [[package]] name = "test-log" -version = "0.2.12" +version = "0.2.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9601d162c1d77e62c1ea0bc8116cd1caf143ce3af947536c3c9052a1677fe0c" +checksum = "f66edd6b6cd810743c0c71e1d085e92b01ce6a72782032e3f794c8284fe4bcdd" dependencies = [ "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.22", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 75a25096..c1027ffd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ __test_unsquashfs = [] [dev-dependencies] env_logger = "0.9.1" -test-log = { version = "0.2.11", features = ["trace"] } +test-log = { version = "0.2.13", features = ["trace"] } test-assets = { git = "https://github.com/wcampbell0x2a/test-assets", branch = "replace-curl-ureq" } assert_cmd = { version = "2.0.7", features = ["color", "color-auto"] } dir-diff = { git = "https://github.com/wcampbell0x2a/dir-diff", branch = "add-checking-permissions" }