From 1eba1a9e829d19b2fe5cb59f812a963481bf6a33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 11:32:26 +0000 Subject: [PATCH] build(deps): bump tracing-core from 0.1.31 to 0.1.32 Bumps [tracing-core](https://github.com/tokio-rs/tracing) from 0.1.31 to 0.1.32. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-core-0.1.31...tracing-core-0.1.32) --- updated-dependencies: - dependency-name: tracing-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- test/traced-test/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c302c7fac4..ec9d3ab633 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9384,9 +9384,9 @@ dependencies = [ [[package]] name = "tracing-core" -version = "0.1.31" +version = "0.1.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a" +checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" dependencies = [ "once_cell", "valuable", diff --git a/test/traced-test/Cargo.toml b/test/traced-test/Cargo.toml index 776e893711..1185856d09 100644 --- a/test/traced-test/Cargo.toml +++ b/test/traced-test/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -tracing-core = "0.1.31" +tracing-core = "0.1.32" tracing-subscriber = { version = "0.3.16", features = ["env-filter"] } [dev-dependencies]