fix(deps): update rust crate tracing to 0.1.35

This commit is contained in:
Renovate Bot 2022-06-09 04:28:15 +00:00
parent 0a425cf59d
commit 311f1ad675
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B
2 changed files with 8 additions and 8 deletions

View file

@ -21,7 +21,7 @@ regex = "1.5.6"
serde = "1.0.137"
serde_derive = "1.0.137"
toml = "0.5.9"
tracing = "0.1.34"
tracing = "0.1.35"
tracing-journald = { version = "0.3.0", optional = true }
tracing-subscriber = { version = "0.3.11", features = ["env-filter"] }