Bump tracing-bunyan-formatter from 0.2.4 to 0.2.5
Bumps [tracing-bunyan-formatter](https://github.com/LukeMathWalker/tracing-bunyan-formatter) from 0.2.4 to 0.2.5. - [Release notes](https://github.com/LukeMathWalker/tracing-bunyan-formatter/releases) - [Commits](https://github.com/LukeMathWalker/tracing-bunyan-formatter/compare/v0.2.4...v0.2.5) --- 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:
parent
3a57fcca9d
commit
39592effd2
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -2391,9 +2391,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tracing-bunyan-formatter"
|
||||
version = "0.2.4"
|
||||
version = "0.2.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "dce1eae70720bd6bb3944f7cf501761aeae658bd1f9293aa373c71a195064910"
|
||||
checksum = "63053c8ba268268d59c06b919d6c94fd968b3bd9995c5f59a03dea42fc351e70"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"gethostname",
|
||||
|
@ -30,7 +30,7 @@ serde_derive = "1.0.123"
|
||||
serde_json = "1.0.64"
|
||||
tracing = "0.1.26"
|
||||
tracing-actix-web = "0.2.1"
|
||||
tracing-bunyan-formatter = "0.2.4"
|
||||
tracing-bunyan-formatter = "0.2.5"
|
||||
tracing-futures = "0.2.5"
|
||||
tracing-log = "0.1.2"
|
||||
tracing-subscriber = { version = "0.2.19", features = ["registry", "env-filter"] }
|
||||
|
Loading…
Reference in New Issue
Block a user