Bump tracing-actix-web from 0.4.0-beta.12 to 0.4.0-beta.13

Bumps [tracing-actix-web](https://github.com/LukeMathWalker/tracing-actix-web) from 0.4.0-beta.12 to 0.4.0-beta.13.
- [Release notes](https://github.com/LukeMathWalker/tracing-actix-web/releases)
- [Commits](https://github.com/LukeMathWalker/tracing-actix-web/compare/v0.4.0-beta.12...v0.4.0-beta.13)

---
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] 2021-09-22 04:16:03 +00:00 committed by GitHub
parent 89b5d8cc60
commit 04b58e53a6
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.67"
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"