From 1ec83b1e80830972e71b5375b93b06dd00afe2df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 04:33:13 +0000 Subject: [PATCH] Bump tracing-actix-web from 0.7.8 to 0.7.9 Bumps [tracing-actix-web](https://github.com/LukeMathWalker/tracing-actix-web) from 0.7.8 to 0.7.9. - [Commits](https://github.com/LukeMathWalker/tracing-actix-web/compare/v0.7.8...v0.7.9) --- updated-dependencies: - dependency-name: tracing-actix-web dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 11 +++++++++-- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a59c55c..dbf7e73 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1756,6 +1756,12 @@ dependencies = [ "windows-sys", ] +[[package]] +name = "mutually_exclusive_features" +version = "0.0.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6d02c0b00610773bb7fc61d85e13d86c7858cbdf00e1a120bfc41bc055dbaa0e" + [[package]] name = "native-tls" version = "0.2.11" @@ -2708,11 +2714,12 @@ dependencies = [ [[package]] name = "tracing-actix-web" -version = "0.7.8" +version = "0.7.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a512ec11fae6c666707625e84f83e5d58f941e9ab15723289c0d380edfe48f09" +checksum = "1fe0d5feac3f4ca21ba33496bcb1ccab58cca6412b1405ae80f0581541e0ca78" dependencies = [ "actix-web", + "mutually_exclusive_features", "pin-project", "tracing", "uuid", diff --git a/Cargo.toml b/Cargo.toml index 6f2f08b..2f61725 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ serde = "1.0.192" serde_derive = "1.0.166" serde_json = "1.0.108" tracing = "0.1.40" -tracing-actix-web = "0.7.8" +tracing-actix-web = "0.7.9" tracing-bunyan-formatter = "0.3.9" tracing-futures = "0.2.5" tracing-log = "0.2.0"