Merge pull request #453 from vbrandl/dependabot/cargo/tracing-bunyan-formatter-0.3.3

chore(deps): Bump tracing-bunyan-formatter from 0.3.2 to 0.3.3
This commit is contained in:
Valentin Brandl 2022-06-27 10:59:08 +02:00 committed by GitHub
commit 6f292796a4
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

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

View File

@ -30,7 +30,7 @@ serde_derive = "1.0.137"
serde_json = "1.0.81"
tracing = "0.1.35"
tracing-actix-web = "0.5.1"
tracing-bunyan-formatter = "0.3.2"
tracing-bunyan-formatter = "0.3.3"
tracing-futures = "0.2.5"
tracing-log = "0.1.3"
tracing-subscriber = { version = "0.3.11", features = ["registry", "env-filter"] }