From 3e21b8342fdd083937e9df92292e2b1c508f21cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 04:18:03 +0000 Subject: [PATCH] Bump tracing-actix-web from 0.7.5 to 0.7.6 Bumps [tracing-actix-web](https://github.com/LukeMathWalker/tracing-actix-web) from 0.7.5 to 0.7.6. - [Commits](https://github.com/LukeMathWalker/tracing-actix-web/compare/v0.7.5...v0.7.6) --- 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 d30f318..0d365e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2778,9 +2778,9 @@ dependencies = [ [[package]] name = "tracing-actix-web" -version = "0.7.5" +version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce52ffaf2d544e317d3bef63f49a6a22022866505fa4840a4339b1756834a2a9" +checksum = "5c0b08ce08cbde6a96fc1e4ebb8132053e53ec7a5cd27eef93ede6b73ebbda06" dependencies = [ "actix-web", "pin-project", diff --git a/Cargo.toml b/Cargo.toml index eda0f28..46ed708 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ serde = "1.0.181" serde_derive = "1.0.166" serde_json = "1.0.104" tracing = "0.1.37" -tracing-actix-web = "0.7.5" +tracing-actix-web = "0.7.6" tracing-bunyan-formatter = "0.3.8" tracing-futures = "0.2.5" tracing-log = "0.1.3"