From aa19ea453a11c89938a424431a4858846ddf198b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 May 2023 13:54:37 +1000 Subject: [PATCH] Bump tracing-core from 0.1.30 to 0.1.31 (#1049) Bumps [tracing-core](https://github.com/tokio-rs/tracing) from 0.1.30 to 0.1.31. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-core-0.1.30...tracing-core-0.1.31) --- 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 d64220bd..cec3cb3c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2455,9 +2455,9 @@ dependencies = [ [[package]] name = "tracing-core" -version = "0.1.30" +version = "0.1.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a" +checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a" dependencies = [ "once_cell", "valuable", diff --git a/crates/bin/Cargo.toml b/crates/bin/Cargo.toml index ab36cf60..af9f17c3 100644 --- a/crates/bin/Cargo.toml +++ b/crates/bin/Cargo.toml @@ -40,7 +40,7 @@ strum_macros = "0.24.3" supports-color = "2.0.0" tempfile = "3.5.0" tokio = { version = "1.28.1", features = ["rt-multi-thread"], default-features = false } -tracing-core = "0.1.30" +tracing-core = "0.1.31" tracing = { version = "0.1.38", 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 }