From 95bc3491ec011c713f8e81b9b4e910777b17dae2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 04:12:20 +0000 Subject: [PATCH] chore(deps): Bump tracing-bunyan-formatter from 0.3.2 to 0.3.3 Bumps [tracing-bunyan-formatter](https://github.com/LukeMathWalker/tracing-bunyan-formatter) from 0.3.2 to 0.3.3. - [Release notes](https://github.com/LukeMathWalker/tracing-bunyan-formatter/releases) - [Commits](https://github.com/LukeMathWalker/tracing-bunyan-formatter/compare/v0.3.2...v0.3.3) --- 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 103afc3..13a160f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2025,9 +2025,9 @@ dependencies = [ [[package]] name = "tracing-bunyan-formatter" -version = "0.3.2" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd99ff040622c69c0fc4bd3ea5fe16630ce46400a79bd41339391b2d416ea24c" +checksum = "a788f2119fde477cd33823330c14004fa8cdac6892fd6f12181bbda9dbf14fc9" dependencies = [ "gethostname", "log", diff --git a/Cargo.toml b/Cargo.toml index f86e296..72bbab6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ serde_derive = "1.0.137" serde_json = "1.0.81" tracing = "0.1.35" tracing-actix-web = "0.5.1" -tracing-bunyan-formatter = "0.3.2" +tracing-bunyan-formatter = "0.3.3" tracing-futures = "0.2.5" tracing-log = "0.1.3" tracing-subscriber = { version = "0.3.11", features = ["registry", "env-filter"] }