From 04b58e53a68a66d6050dad0cdaa16f64dd620cf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Sep 2021 04:16:03 +0000 Subject: [PATCH] Bump tracing-actix-web from 0.4.0-beta.12 to 0.4.0-beta.13 Bumps [tracing-actix-web](https://github.com/LukeMathWalker/tracing-actix-web) from 0.4.0-beta.12 to 0.4.0-beta.13. - [Release notes](https://github.com/LukeMathWalker/tracing-actix-web/releases) - [Commits](https://github.com/LukeMathWalker/tracing-actix-web/compare/v0.4.0-beta.12...v0.4.0-beta.13) --- 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 6d66ab3..fb2d982 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2082,12 +2082,11 @@ dependencies = [ [[package]] name = "tracing-actix-web" -version = "0.4.0-beta.12" +version = "0.4.0-beta.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aef43d92080b0429626deba48d01dad848ad515777b373d7a18eac3f129be359" +checksum = "64be7b20ed6dfa15ddd89a964f28724360f9769eee60712666f20924d9a82c35" dependencies = [ "actix-web", - "futures", "tracing", "tracing-futures", "uuid", diff --git a/Cargo.toml b/Cargo.toml index 0a51a00..d330f84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ serde = "1.0.130" serde_derive = "1.0.130" serde_json = "1.0.67" tracing = "0.1.27" -tracing-actix-web = "0.4.0-beta.11" +tracing-actix-web = "0.4.0-beta.13" tracing-bunyan-formatter = "0.2.6" tracing-futures = "0.2.5" tracing-log = "0.1.2"