From a667c0ecd8bb13a7e34619188f18d8efd540bcfe Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Mon, 15 Mar 2021 10:39:49 +1100 Subject: [PATCH] Bump tracing-subscriber to 0.2.17 This release includes a bug-fix that removes an erroneous space from our logs when running with `--debug`. --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b80a4c92..035126fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4010,9 +4010,9 @@ dependencies = [ [[package]] name = "tracing-subscriber" -version = "0.2.16" +version = "0.2.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ab8966ac3ca27126141f7999361cc97dd6fb4b71da04c02044fa9045d98bb96" +checksum = "705096c6f83bf68ea5d357a6aa01829ddbdac531b357b45abeca842938085baa" dependencies = [ "ansi_term 0.12.1", "chrono",