Merge pull request #256 from vbrandl/dependabot/cargo/tracing-bunyan-formatter-0.2.0

Bump tracing-bunyan-formatter from 0.1.7 to 0.2.0
This commit is contained in:
Valentin Brandl 2021-04-13 19:56:58 +02:00 committed by GitHub
commit cd2624ae11
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

@ -2389,9 +2389,9 @@ dependencies = [
[[package]] [[package]]
name = "tracing-bunyan-formatter" name = "tracing-bunyan-formatter"
version = "0.1.7" version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06718867c20ea03700d41a9413610cccf5d772caea792f34cc73cdd43f0e14a6" checksum = "05e6b1b6c038da11d8d704f93b3974b0394824cdcc8c818c48255183cf315fd5"
dependencies = [ dependencies = [
"chrono", "chrono",
"gethostname", "gethostname",

View File

@ -30,7 +30,7 @@ serde_derive = "1.0.123"
serde_json = "1.0.64" serde_json = "1.0.64"
tracing = "0.1.25" tracing = "0.1.25"
tracing-actix-web = "0.2.1" tracing-actix-web = "0.2.1"
tracing-bunyan-formatter = "0.1.7" tracing-bunyan-formatter = "0.2.0"
tracing-futures = "0.2.5" tracing-futures = "0.2.5"
tracing-log = "0.1.2" tracing-log = "0.1.2"
tracing-subscriber = { version = "0.2.17", features = ["registry", "env-filter"] } tracing-subscriber = { version = "0.2.17", features = ["registry", "env-filter"] }