From 6bcb6357b928c7650bc249ca7f550bbe609ff7ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 05:22:01 +0000 Subject: [PATCH] chore(deps): bump tracing-test from 0.2.4 to 0.2.5 Bumps [tracing-test](https://github.com/dbrgn/tracing-test) from 0.2.4 to 0.2.5. - [Changelog](https://github.com/dbrgn/tracing-test/blob/main/CHANGELOG.md) - [Commits](https://github.com/dbrgn/tracing-test/compare/v0.2.4...v0.2.5) --- updated-dependencies: - dependency-name: tracing-test dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 14 ++++++-------- crates/curp/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3c13d19bb..815490f15 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1502,7 +1502,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19" dependencies = [ "cfg-if", - "windows-targets 0.48.5", + "windows-targets 0.52.6", ] [[package]] @@ -3209,11 +3209,10 @@ dependencies = [ [[package]] name = "tracing-test" -version = "0.2.4" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a2c0ff408fe918a94c428a3f2ad04e4afd5c95bbc08fcf868eff750c15728a4" +checksum = "557b891436fe0d5e0e363427fc7f217abf9ccd510d5136549847bdcbcd011d68" dependencies = [ - "lazy_static", "tracing-core", "tracing-subscriber", "tracing-test-macro", @@ -3221,13 +3220,12 @@ dependencies = [ [[package]] name = "tracing-test-macro" -version = "0.2.4" +version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "258bc1c4f8e2e73a977812ab339d503e6feeb92700f6d07a6de4d321522d5c08" +checksum = "04659ddb06c87d233c566112c1c9c5b9e98256d9af50ec3bc9c8327f873a7568" dependencies = [ - "lazy_static", "quote", - "syn 1.0.109", + "syn 2.0.65", ] [[package]] diff --git a/crates/curp/Cargo.toml b/crates/curp/Cargo.toml index 0294aa389..44f84343a 100644 --- a/crates/curp/Cargo.toml +++ b/crates/curp/Cargo.toml @@ -59,7 +59,7 @@ once_cell = "1.17.0" tempfile = "3" test-macros = { path = "../test-macros" } tracing-subscriber = { version = "0.3.16", features = ["env-filter", "time"] } -tracing-test = "0.2.4" +tracing-test = "0.2.5" [build-dependencies] prost-build = "0.13.0"