Bump tracing-actix-web from 0.5.0 to 0.5.1

Bumps [tracing-actix-web](https://github.com/LukeMathWalker/tracing-actix-web) from 0.5.0 to 0.5.1.
- [Release notes](https://github.com/LukeMathWalker/tracing-actix-web/releases)
- [Commits](https://github.com/LukeMathWalker/tracing-actix-web/compare/v0.5.0...v0.5.1)

---
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] 2022-03-02 04:20:11 +00:00 committed by GitHub
parent 7758066eff
commit 5222e5bf27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2075,9 +2075,9 @@ dependencies = [
[[package]]
name = "tracing-actix-web"
version = "0.5.0"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "245a559f6fafd06e8f4cf7731c408a78623585a737467927b54c1c9813db3774"
checksum = "99bcebac55fba44eadf75a424ee403e756f9165596a613d125876388e5fb4c34"
dependencies = [
"actix-web",
"pin-project",

View File

@ -29,7 +29,7 @@ serde = "1.0.136"
serde_derive = "1.0.136"
serde_json = "1.0.79"
tracing = "0.1.31"
tracing-actix-web = "0.5.0"
tracing-actix-web = "0.5.1"
tracing-bunyan-formatter = "0.3.2"
tracing-futures = "0.2.5"
tracing-log = "0.1.2"