Merge pull request #426 from vbrandl/dependabot/cargo/tracing-actix-web-0.5.1

Bump tracing-actix-web from 0.5.0 to 0.5.1
This commit is contained in:
Valentin Brandl 2022-03-09 18:20:22 +01:00 committed by GitHub
commit b4c4add0fc
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"