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

This commit is contained in:
renovate[bot] 2023-04-22 06:08:00 +00:00 committed by GitHub
parent 1d9e75c625
commit 97988ed2a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -24,7 +24,7 @@ serde_derive = "1.0.160"
toml = "0.7.3"
tracing = "0.1.37"
tracing-journald = { version = "0.3.0", optional = true }
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
[dev-dependencies]
assay = "0.1.1"