Merge pull request #400 from vbrandl/dependabot/cargo/tracing-bunyan-formatter-0.3.2

Bump tracing-bunyan-formatter from 0.3.1 to 0.3.2
This commit is contained in:
Valentin Brandl 2022-01-26 19:10:19 +01:00 committed by GitHub
commit ebd0c7df7d
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

@ -2123,9 +2123,9 @@ dependencies = [
[[package]]
name = "tracing-bunyan-formatter"
version = "0.3.1"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1cb2ad6aa9b1c637d84c54db002275bbf72a7f3c6fed80f8b33f5af0c39027e9"
checksum = "bd99ff040622c69c0fc4bd3ea5fe16630ce46400a79bd41339391b2d416ea24c"
dependencies = [
"gethostname",
"log",

View File

@ -30,7 +30,7 @@ serde_derive = "1.0.130"
serde_json = "1.0.74"
tracing = "0.1.29"
tracing-actix-web = "0.5.0-beta.1"
tracing-bunyan-formatter = "0.3.1"
tracing-bunyan-formatter = "0.3.2"
tracing-futures = "0.2.5"
tracing-log = "0.1.2"
tracing-subscriber = { version = "0.3.5", features = ["registry", "env-filter"] }