Merge pull request #642 from vbrandl/dependabot/cargo/tracing-bunyan-formatter-0.3.8

Bump tracing-bunyan-formatter from 0.3.7 to 0.3.8
This commit is contained in:
Valentin Brandl 2023-07-18 09:17:25 +02:00 committed by GitHub
commit ae22e0f385
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View File

@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Bump `tempfile` from 3.5.0 to 3.6.0 (#626)
- Bump `serde_json` from 1.0.96 to 1.0.102 (#630, #632, #637, #641)
- Bump `openssl` from 0.10.50 to 0.10.55 (#631)
- Bump `tracing-bunyan-formatter` from 0.3.7 to 0.3.8 (#642)
## [0.35.0] 2023-05-04

4
Cargo.lock generated
View File

@ -2801,9 +2801,9 @@ dependencies = [
[[package]]
name = "tracing-bunyan-formatter"
version = "0.3.7"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25a348912d4e90923cb93343691d3be97e3409607363706c400fc935bb032fb0"
checksum = "464ce79ea7f689ca56d90a9c5563e803a4b61b2695e789205644ed8e8101e6bf"
dependencies = [
"ahash 0.8.3",
"gethostname",

View File

@ -31,7 +31,7 @@ serde_derive = "1.0.166"
serde_json = "1.0.102"
tracing = "0.1.37"
tracing-actix-web = "0.7.5"
tracing-bunyan-formatter = "0.3.7"
tracing-bunyan-formatter = "0.3.8"
tracing-futures = "0.2.5"
tracing-log = "0.1.3"
tracing-subscriber = { version = "0.3.17", features = ["registry", "env-filter"] }