From 3e443f3360858ac21e0c6a8121c6f7f43613bc3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 03:52:17 +0000 Subject: [PATCH] Bump tracing-subscriber from 0.3.16 to 0.3.17 (#995) --- Cargo.lock | 4 ++-- crates/bin/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fd3c9fdf..a350c07b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2650,9 +2650,9 @@ dependencies = [ [[package]] name = "tracing-subscriber" -version = "0.3.16" +version = "0.3.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6176eae26dd70d0c919749377897b54a9276bd7061339665dd68777926b5a70" +checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77" dependencies = [ "nu-ansi-term", "serde", diff --git a/crates/bin/Cargo.toml b/crates/bin/Cargo.toml index d16650d1..d52a40aa 100644 --- a/crates/bin/Cargo.toml +++ b/crates/bin/Cargo.toml @@ -43,7 +43,7 @@ tokio = { version = "1.27.0", features = ["rt-multi-thread"], default-features = tracing-core = "0.1.30" tracing = { version = "0.1.37", default-features = false } tracing-log = { version = "0.1.3", default-features = false } -tracing-subscriber = { version = "0.3.16", features = ["fmt", "json", "ansi"], default-features = false } +tracing-subscriber = { version = "0.3.17", features = ["fmt", "json", "ansi"], default-features = false } [build-dependencies] embed-resource = "2.1.1"