Bump tracing-bunyan-formatter from 0.3.0 to 0.3.1

Bumps [tracing-bunyan-formatter](https://github.com/LukeMathWalker/tracing-bunyan-formatter) from 0.3.0 to 0.3.1.
- [Release notes](https://github.com/LukeMathWalker/tracing-bunyan-formatter/releases)
- [Commits](https://github.com/LukeMathWalker/tracing-bunyan-formatter/compare/v0.3.0...v0.3.1)

---
updated-dependencies:
- dependency-name: tracing-bunyan-formatter
  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] 2021-11-25 04:15:50 +00:00 committed by GitHub
parent 790e746759
commit ed2c0dad0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 4 deletions

16
Cargo.lock generated
View File

@ -1964,6 +1964,16 @@ dependencies = [
"winapi",
]
[[package]]
name = "time"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41effe7cfa8af36f439fac33861b66b049edc6f9a32331e2312660529c1c24ad"
dependencies = [
"itoa",
"libc",
]
[[package]]
name = "time-macros"
version = "0.1.1"
@ -2098,15 +2108,15 @@ dependencies = [
[[package]]
name = "tracing-bunyan-formatter"
version = "0.3.0"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0814e45b1ba02f79418d90107acc44ae55dceb0623d40f4ee7d981b5e1984869"
checksum = "1cb2ad6aa9b1c637d84c54db002275bbf72a7f3c6fed80f8b33f5af0c39027e9"
dependencies = [
"chrono",
"gethostname",
"log",
"serde 1.0.130",
"serde_json",
"time 0.3.5",
"tracing",
"tracing-core",
"tracing-log",

View File

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