fix(deps): update rust crate tracing to 0.1.40

This commit is contained in:
2023-10-19 01:37:43 +00:00
parent 05ea0d8ed8
commit e471452ed3
2 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ git2 = { version = "0.18.1", default-features = false, features = [
clap = { version = "4.4.6", features = ["env", "string"] }
envconfig = "0.10.0"
dirs = "5.0.1"
tracing = "0.1.39"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.17", features = ["json", "env-filter"] }
log = { version = "0.4.20", features = ["std", "kv_unstable"] }
tera = "1.19.1"