fix(deps): update rust crate tracing to 0.1.38

This commit is contained in:
renovate[bot] 2023-04-25 18:03:04 +00:00 committed by GitHub
parent 600b32df64
commit cb019c5ecb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 7 deletions

View file

@ -22,7 +22,7 @@ regex = "1.8.1"
serde = "1.0.160"
serde_derive = "1.0.160"
toml = "0.7.3"
tracing = "0.1.37"
tracing = "0.1.38"
tracing-journald = { version = "0.3.0", optional = true }
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }