Merge pull request #335 from vbrandl/dependabot/cargo/tracing-bunyan-formatter-0.2.6

Bump tracing-bunyan-formatter from 0.2.5 to 0.2.6
This commit is contained in:
Valentin Brandl 2021-09-14 12:39:11 +02:00 committed by GitHub
commit ecf34928f7
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

@ -2059,9 +2059,9 @@ dependencies = [
[[package]]
name = "tracing-bunyan-formatter"
version = "0.2.5"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "63053c8ba268268d59c06b919d6c94fd968b3bd9995c5f59a03dea42fc351e70"
checksum = "c408910c9b7eabc0215fe2b4a89f8ec95581a91cea1f7619f7c78caf14cbc2a1"
dependencies = [
"chrono",
"gethostname",

View File

@ -30,7 +30,7 @@ serde_derive = "1.0.123"
serde_json = "1.0.67"
tracing = "0.1.26"
tracing-actix-web = "0.4.0-beta.11"
tracing-bunyan-formatter = "0.2.5"
tracing-bunyan-formatter = "0.2.6"
tracing-futures = "0.2.5"
tracing-log = "0.1.2"
tracing-subscriber = { version = "0.2.20", features = ["registry", "env-filter"] }