From e2a4d41633c577fc4164babba92ae1904c5fbb1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Sep 2022 04:15:01 +0000 Subject: [PATCH] chore(deps): Bump tracing-actix-web from 0.6.0 to 0.6.1 Bumps [tracing-actix-web](https://github.com/LukeMathWalker/tracing-actix-web) from 0.6.0 to 0.6.1. - [Release notes](https://github.com/LukeMathWalker/tracing-actix-web/releases) - [Commits](https://github.com/LukeMathWalker/tracing-actix-web/compare/v0.6.0...v0.6.1) --- updated-dependencies: - dependency-name: tracing-actix-web dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 ++--- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 593022c..70664b5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2039,14 +2039,13 @@ dependencies = [ [[package]] name = "tracing-actix-web" -version = "0.6.0" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0b2cd6e5074ff67679a0ff68bc6333be78d29910ba7cd295d948aa5ff152032" +checksum = "ee7247a77b494ee07bda43bce40a33e76f885662f11b3dda9894ecfdbe31fa06" dependencies = [ "actix-web", "pin-project", "tracing", - "tracing-futures", "uuid", ] diff --git a/Cargo.toml b/Cargo.toml index 9aeafc0..0c15084 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ serde = "1.0.144" serde_derive = "1.0.137" serde_json = "1.0.85" tracing = "0.1.36" -tracing-actix-web = "0.6.0" +tracing-actix-web = "0.6.1" tracing-bunyan-formatter = "0.3.3" tracing-futures = "0.2.5" tracing-log = "0.1.3"