Merge pull request #349 from vbrandl/dependabot/cargo/tracing-actix-web-0.4.0-beta.14

Bump tracing-actix-web from 0.4.0-beta.13 to 0.4.0-beta.14
This commit is contained in:
Valentin Brandl 2021-10-27 20:42:41 +02:00 committed by GitHub
commit 10f4390b75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

5
Cargo.lock generated
View File

@ -2082,11 +2082,12 @@ dependencies = [
[[package]]
name = "tracing-actix-web"
version = "0.4.0-beta.13"
version = "0.4.0-beta.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64be7b20ed6dfa15ddd89a964f28724360f9769eee60712666f20924d9a82c35"
checksum = "2ad2a2baadea06db0c8108ba3100c9a0d0cedc30a798d4ef032737420fed16dd"
dependencies = [
"actix-web",
"pin-project",
"tracing",
"tracing-futures",
"uuid",

View File

@ -29,7 +29,7 @@ serde = "1.0.130"
serde_derive = "1.0.130"
serde_json = "1.0.68"
tracing = "0.1.29"
tracing-actix-web = "0.4.0-beta.13"
tracing-actix-web = "0.4.0-beta.14"
tracing-bunyan-formatter = "0.2.6"
tracing-futures = "0.2.5"
tracing-log = "0.1.2"