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] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-11-13 04:33:13 +00:00 committed by GitHub
parent 57d2da0ece
commit 1ec83b1e80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 3 deletions

11
Cargo.lock generated
View File

@ -1756,6 +1756,12 @@ dependencies = [
"windows-sys", "windows-sys",
] ]
[[package]]
name = "mutually_exclusive_features"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d02c0b00610773bb7fc61d85e13d86c7858cbdf00e1a120bfc41bc055dbaa0e"
[[package]] [[package]]
name = "native-tls" name = "native-tls"
version = "0.2.11" version = "0.2.11"
@ -2708,11 +2714,12 @@ dependencies = [
[[package]] [[package]]
name = "tracing-actix-web" name = "tracing-actix-web"
version = "0.7.8" version = "0.7.9"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a512ec11fae6c666707625e84f83e5d58f941e9ab15723289c0d380edfe48f09" checksum = "1fe0d5feac3f4ca21ba33496bcb1ccab58cca6412b1405ae80f0581541e0ca78"
dependencies = [ dependencies = [
"actix-web", "actix-web",
"mutually_exclusive_features",
"pin-project", "pin-project",
"tracing", "tracing",
"uuid", "uuid",

View File

@ -30,7 +30,7 @@ serde = "1.0.192"
serde_derive = "1.0.166" serde_derive = "1.0.166"
serde_json = "1.0.108" serde_json = "1.0.108"
tracing = "0.1.40" tracing = "0.1.40"
tracing-actix-web = "0.7.8" tracing-actix-web = "0.7.9"
tracing-bunyan-formatter = "0.3.9" tracing-bunyan-formatter = "0.3.9"
tracing-futures = "0.2.5" tracing-futures = "0.2.5"
tracing-log = "0.2.0" tracing-log = "0.2.0"