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] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-09-21 04:15:01 +00:00 committed by GitHub
parent 8fec5b457f
commit e2a4d41633
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

5
Cargo.lock generated
View File

@ -2039,14 +2039,13 @@ dependencies = [
[[package]] [[package]]
name = "tracing-actix-web" name = "tracing-actix-web"
version = "0.6.0" version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0b2cd6e5074ff67679a0ff68bc6333be78d29910ba7cd295d948aa5ff152032" checksum = "ee7247a77b494ee07bda43bce40a33e76f885662f11b3dda9894ecfdbe31fa06"
dependencies = [ dependencies = [
"actix-web", "actix-web",
"pin-project", "pin-project",
"tracing", "tracing",
"tracing-futures",
"uuid", "uuid",
] ]

View File

@ -30,7 +30,7 @@ serde = "1.0.144"
serde_derive = "1.0.137" serde_derive = "1.0.137"
serde_json = "1.0.85" serde_json = "1.0.85"
tracing = "0.1.36" tracing = "0.1.36"
tracing-actix-web = "0.6.0" tracing-actix-web = "0.6.1"
tracing-bunyan-formatter = "0.3.3" tracing-bunyan-formatter = "0.3.3"
tracing-futures = "0.2.5" tracing-futures = "0.2.5"
tracing-log = "0.1.3" tracing-log = "0.1.3"