From 791a1609640a887450a1ef273a981d55bd226d82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Oct 2022 04:14:37 +0000 Subject: [PATCH] chore(deps): Bump tracing-bunyan-formatter from 0.3.3 to 0.3.4 Bumps [tracing-bunyan-formatter](https://github.com/LukeMathWalker/tracing-bunyan-formatter) from 0.3.3 to 0.3.4. - [Release notes](https://github.com/LukeMathWalker/tracing-bunyan-formatter/releases) - [Commits](https://github.com/LukeMathWalker/tracing-bunyan-formatter/compare/v0.3.3...v0.3.4) --- updated-dependencies: - dependency-name: tracing-bunyan-formatter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fb9459d..8f70d8a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2062,9 +2062,9 @@ dependencies = [ [[package]] name = "tracing-bunyan-formatter" -version = "0.3.3" +version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a788f2119fde477cd33823330c14004fa8cdac6892fd6f12181bbda9dbf14fc9" +checksum = "a2445962f94a813b2aaea29ceeccb6dce9fd3aa5b1cb45595cde755b00d021ad" dependencies = [ "gethostname", "log", diff --git a/Cargo.toml b/Cargo.toml index 005828b..fd0146a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ serde_derive = "1.0.137" serde_json = "1.0.86" tracing = "0.1.37" tracing-actix-web = "0.6.1" -tracing-bunyan-formatter = "0.3.3" +tracing-bunyan-formatter = "0.3.4" tracing-futures = "0.2.5" tracing-log = "0.1.3" tracing-subscriber = { version = "0.3.16", features = ["registry", "env-filter"] }