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

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

---
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-10-11 04:24:00 +00:00 committed by GitHub
parent c1c499e003
commit d57df16509
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]] [[package]]
name = "tracing-actix-web" 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" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64be7b20ed6dfa15ddd89a964f28724360f9769eee60712666f20924d9a82c35" checksum = "2ad2a2baadea06db0c8108ba3100c9a0d0cedc30a798d4ef032737420fed16dd"
dependencies = [ dependencies = [
"actix-web", "actix-web",
"pin-project",
"tracing", "tracing",
"tracing-futures", "tracing-futures",
"uuid", "uuid",

View File

@ -29,7 +29,7 @@ serde = "1.0.130"
serde_derive = "1.0.130" serde_derive = "1.0.130"
serde_json = "1.0.68" serde_json = "1.0.68"
tracing = "0.1.29" 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-bunyan-formatter = "0.2.6"
tracing-futures = "0.2.5" tracing-futures = "0.2.5"
tracing-log = "0.1.2" tracing-log = "0.1.2"