From 2afe5fc172eae98c7cd80bc3d6135ee77fdc794e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 30 Mar 2021 04:19:49 +0000 Subject: [PATCH] Bump tracing-bunyan-formatter from 0.1.7 to 0.2.0 Bumps [tracing-bunyan-formatter](https://github.com/LukeMathWalker/tracing-bunyan-formatter) from 0.1.7 to 0.2.0. - [Release notes](https://github.com/LukeMathWalker/tracing-bunyan-formatter/releases) - [Commits](https://github.com/LukeMathWalker/tracing-bunyan-formatter/commits/v0.2.0) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index baaac6f..e8a3355 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2389,9 +2389,9 @@ dependencies = [ [[package]] name = "tracing-bunyan-formatter" -version = "0.1.7" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "06718867c20ea03700d41a9413610cccf5d772caea792f34cc73cdd43f0e14a6" +checksum = "05e6b1b6c038da11d8d704f93b3974b0394824cdcc8c818c48255183cf315fd5" dependencies = [ "chrono", "gethostname", diff --git a/Cargo.toml b/Cargo.toml index 56890b7..ee07a8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ serde_derive = "1.0.123" serde_json = "1.0.64" tracing = "0.1.25" tracing-actix-web = "0.2.1" -tracing-bunyan-formatter = "0.1.7" +tracing-bunyan-formatter = "0.2.0" tracing-futures = "0.2.5" tracing-log = "0.1.2" tracing-subscriber = { version = "0.2.17", features = ["registry", "env-filter"] }