fix(deps): update rust crate tracing to 0.1.37

This commit is contained in:
renovate[bot] 2022-10-06 20:47:48 +00:00 committed by GitHub
parent d9a3998fb6
commit acb62bf28b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View file

@ -22,7 +22,7 @@ regex = "1.6.0"
serde = "1.0.145"
serde_derive = "1.0.145"
toml = "0.5.9"
tracing = "0.1.36"
tracing = "0.1.37"
tracing-journald = { version = "0.3.0", optional = true }
tracing-subscriber = { version = "0.3.15", features = ["env-filter"] }