Bump tracing-actix-web from 0.7.7 to 0.7.8

Bumps [tracing-actix-web](https://github.com/LukeMathWalker/tracing-actix-web) from 0.7.7 to 0.7.8.
- [Commits](https://github.com/LukeMathWalker/tracing-actix-web/compare/v0.7.7...v0.7.8)

---
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-10-23 04:53:05 +00:00 committed by GitHub
parent 00cf32c8af
commit 96a6ce6711
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2699,9 +2699,9 @@ dependencies = [
[[package]] [[package]]
name = "tracing-actix-web" name = "tracing-actix-web"
version = "0.7.7" version = "0.7.8"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94982c2ad939d5d0bfd71c2f9b7ed273c72348485c72bb87bb4db6bd69df10cb" checksum = "a512ec11fae6c666707625e84f83e5d58f941e9ab15723289c0d380edfe48f09"
dependencies = [ dependencies = [
"actix-web", "actix-web",
"pin-project", "pin-project",

View File

@ -30,7 +30,7 @@ serde = "1.0.189"
serde_derive = "1.0.166" serde_derive = "1.0.166"
serde_json = "1.0.107" serde_json = "1.0.107"
tracing = "0.1.40" tracing = "0.1.40"
tracing-actix-web = "0.7.7" tracing-actix-web = "0.7.8"
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.1.3" tracing-log = "0.1.3"