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

This commit is contained in:
renovate[bot] 2023-11-13 17:38:06 +00:00 committed by GitHub
parent b05b9806ed
commit 67fa4e453e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -28,7 +28,7 @@ serde = { version = "1.0.192", default-features = false }
serde_derive = "1.0.192"
toml = "0.8.8"
tracing = "0.1.40"
tracing-subscriber = "0.3.17"
tracing-subscriber = "0.3.18"
walkdir = "2.4.0"
[badges]