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 1/2] 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"] } From c9ccb2891c873e71d5fdfd95d51ce336b8abf3c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 17 Jul 2023 04:07:27 +0000 Subject: [PATCH 2/2] Update Changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffa15b1..ca56cef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Bump `tempfile` from 3.5.0 to 3.6.0 (#626) - Bump `serde_json` from 1.0.96 to 1.0.102 (#630, #632, #637, #641) - Bump `openssl` from 0.10.50 to 0.10.55 (#631) +- Bump `tracing-bunyan-formatter` from 0.3.7 to 0.3.8 (#642) ## [0.35.0] 2023-05-04