Update Rust crate tracing to 0.1.40
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-10-19 01:52:46 +00:00
parent 960bc52815
commit b580374a53
2 changed files with 3 additions and 3 deletions

View File

@@ -9,6 +9,6 @@ edition = "2021"
vidow_core = { path = "../vidow_core" }
dotenv = { version = "0.15.0", features = ["clap"] }
tracing = { version = "0.1.39", features = ["log"] }
tracing = { version = "0.1.40", features = ["log"] }
tracing-subscriber = { version = "0.3.17", features = ["parking_lot", "serde", "serde_json", "tracing", "tracing-serde", "json", "env-filter"] }
eyre = "0.6.8"