From 9fbbad71571025f50e3427678d7fdb098cf3e107 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 04:07:13 +0000 Subject: [PATCH] Bump tracing-bunyan-formatter from 0.3.7 to 0.3.8 Bumps [tracing-bunyan-formatter](https://github.com/LukeMathWalker/tracing-bunyan-formatter) from 0.3.7 to 0.3.8. - [Commits](https://github.com/LukeMathWalker/tracing-bunyan-formatter/compare/v0.3.7...v0.3.8) --- 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 ac494b1..b79edb2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2801,9 +2801,9 @@ dependencies = [ [[package]] name = "tracing-bunyan-formatter" -version = "0.3.7" +version = "0.3.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25a348912d4e90923cb93343691d3be97e3409607363706c400fc935bb032fb0" +checksum = "464ce79ea7f689ca56d90a9c5563e803a4b61b2695e789205644ed8e8101e6bf" dependencies = [ "ahash 0.8.3", "gethostname", diff --git a/Cargo.toml b/Cargo.toml index 8270bbc..015a19d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ serde_derive = "1.0.166" serde_json = "1.0.102" tracing = "0.1.37" tracing-actix-web = "0.7.5" -tracing-bunyan-formatter = "0.3.7" +tracing-bunyan-formatter = "0.3.8" tracing-futures = "0.2.5" tracing-log = "0.1.3" tracing-subscriber = { version = "0.3.17", features = ["registry", "env-filter"] }