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

This commit is contained in:
renovate[bot] 2022-07-20 20:46:12 +00:00 committed by GitHub
parent d19d6d1960
commit 45fdce7f39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

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