Merge pull request #504 from vbrandl/dependabot/cargo/tracing-bunyan-formatter-0.3.4

chore(deps): Bump tracing-bunyan-formatter from 0.3.3 to 0.3.4
This commit is contained in:
Valentin Brandl 2022-10-11 09:27:03 +02:00 committed by GitHub
commit a008055c33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 3 deletions

12
CHANGELOG.md Normal file
View File

@ -0,0 +1,12 @@
# Changelog
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Changed
* Updated [`tracing-bunyan-formatter`](https://github.com/LukeMathWalker/tracing-bunyan-formatter) from 0.3.3 to 0.3.4 ([#504])
[#504]: https://github.com/vbrandl/hoc/pull/504

4
Cargo.lock generated
View File

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

View File

@ -31,7 +31,7 @@ serde_derive = "1.0.137"
serde_json = "1.0.86" serde_json = "1.0.86"
tracing = "0.1.37" tracing = "0.1.37"
tracing-actix-web = "0.6.1" tracing-actix-web = "0.6.1"
tracing-bunyan-formatter = "0.3.3" tracing-bunyan-formatter = "0.3.4"
tracing-futures = "0.2.5" tracing-futures = "0.2.5"
tracing-log = "0.1.3" tracing-log = "0.1.3"
tracing-subscriber = { version = "0.3.16", features = ["registry", "env-filter"] } tracing-subscriber = { version = "0.3.16", features = ["registry", "env-filter"] }