fix(deps): update rust crate tracing-subscriber to 0.3.14

This commit is contained in:
renovate[bot] 2022-07-01 20:51:08 +00:00 committed by Harsh Shandilya
parent 3fd48a9dd1
commit 10c487a8d0
2 changed files with 6 additions and 6 deletions

View file

@ -23,7 +23,7 @@ serde_derive = "1.0.137"
toml = "0.5.9"
tracing = "0.1.35"
tracing-journald = { version = "0.3.0", optional = true }
tracing-subscriber = { version = "0.3.11", features = ["env-filter"] }
tracing-subscriber = { version = "0.3.14", features = ["env-filter"] }
[dev-dependencies]
assay = "0.1.1"