Merge pull request #495 from vbrandl/dependabot/cargo/tracing-actix-web-0.6.1

chore(deps): Bump tracing-actix-web from 0.6.0 to 0.6.1
This commit is contained in:
Valentin Brandl 2022-09-21 09:39:29 +02:00 committed by GitHub
commit c4f852f9d4
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]]
name = "tracing-actix-web"
version = "0.6.0"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0b2cd6e5074ff67679a0ff68bc6333be78d29910ba7cd295d948aa5ff152032"
checksum = "ee7247a77b494ee07bda43bce40a33e76f885662f11b3dda9894ecfdbe31fa06"
dependencies = [
"actix-web",
"pin-project",
"tracing",
"tracing-futures",
"uuid",
]

View File

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