From 7bb8e82c3bbc3dbf6af7c0b6f8ae1a97896baa0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 May 2023 12:55:37 +0000 Subject: [PATCH 1/2] Bump tracing-actix-web from 0.7.4 to 0.7.5 Bumps [tracing-actix-web](https://github.com/LukeMathWalker/tracing-actix-web) from 0.7.4 to 0.7.5. - [Commits](https://github.com/LukeMathWalker/tracing-actix-web/compare/v0.7.4...v0.7.5) --- updated-dependencies: - dependency-name: tracing-actix-web 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 c805b47..d98bca7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2665,9 +2665,9 @@ dependencies = [ [[package]] name = "tracing-actix-web" -version = "0.7.4" +version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2def0ffabc0116481e14e82cf705fef814f5178171d445b6790137ff8a85a73" +checksum = "ce52ffaf2d544e317d3bef63f49a6a22022866505fa4840a4339b1756834a2a9" dependencies = [ "actix-web", "pin-project", diff --git a/Cargo.toml b/Cargo.toml index 633bf06..a4934f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ serde = "1.0.163" serde_derive = "1.0.137" serde_json = "1.0.94" tracing = "0.1.37" -tracing-actix-web = "0.7.3" +tracing-actix-web = "0.7.5" tracing-bunyan-formatter = "0.3.6" tracing-futures = "0.2.5" tracing-log = "0.1.3" From 8123b59e33a240838d03469ad7a43fc6cb56fc8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 25 May 2023 12:55:55 +0000 Subject: [PATCH 2/2] Update Changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1d24e5..cb48ae9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Bump `tokio` from 1.28.0 to 1.28.1 (#618) - Bump `reqwest` from 0.11.17 to 0.11.18 (#619) - Bump `vergen` from 8.1.3 to 8.2.1 (#621, #622) +- Bump `tracing-actix-web` from 0.7.4 to 0.7.5 (#623) ## [0.35.0] 2023-05-04