From 449a3973d9981b391777bd05c39f4c422b987aa2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Oct 2023 02:12:29 +0000 Subject: [PATCH] build(deps): bump tracing-core from 0.1.31 to 0.1.32 (#1461) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- crates/bin/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4559dcf1..b42799dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3746,9 +3746,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/crates/bin/Cargo.toml b/crates/bin/Cargo.toml index 061802d0..b8ec8345 100644 --- a/crates/bin/Cargo.toml +++ b/crates/bin/Cargo.toml @@ -39,7 +39,7 @@ strum_macros = "0.25.0" supports-color = "2.0.0" tempfile = "3.5.0" tokio = { version = "1.28.2", features = ["rt-multi-thread", "signal"], default-features = false } -tracing-core = "0.1.31" +tracing-core = "0.1.32" tracing = { version = "0.1.37", default-features = false } tracing-log = { version = "0.1.3", default-features = false } tracing-subscriber = { version = "0.3.17", features = ["fmt", "json", "ansi"], default-features = false }