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

Bump tracing-actix-web from 0.4.0-beta.12 to 0.4.0-beta.13
This commit is contained in:
Valentin Brandl 2021-10-06 08:43:54 +02:00 committed by GitHub
commit 340220d4ce
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

@ -2082,12 +2082,11 @@ dependencies = [
[[package]]
name = "tracing-actix-web"
version = "0.4.0-beta.12"
version = "0.4.0-beta.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aef43d92080b0429626deba48d01dad848ad515777b373d7a18eac3f129be359"
checksum = "64be7b20ed6dfa15ddd89a964f28724360f9769eee60712666f20924d9a82c35"
dependencies = [
"actix-web",
"futures",
"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.27"
tracing-actix-web = "0.4.0-beta.11"
tracing-actix-web = "0.4.0-beta.13"
tracing-bunyan-formatter = "0.2.6"
tracing-futures = "0.2.5"
tracing-log = "0.1.2"