fix(deps): update rust crate tracing to 0.1.33

This commit is contained in:
Renovate Bot 2022-04-09 21:54:34 +00:00
parent 270b1c0280
commit 17093498c0
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B
2 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@ regex = "1.5.5"
serde = "1.0.136"
serde_derive = "1.0.136"
toml = "0.5.8"
tracing = "0.1.32"
tracing = "0.1.33"
tracing-journald = { version = "0.2.4", optional = true }
tracing-subscriber = { version = "0.3.10", features = ["env-filter"] }