diff --git a/Cargo.lock b/Cargo.lock index 6bac22d..356d179 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1957,9 +1957,9 @@ dependencies = [ [[package]] name = "tracing-subscriber" -version = "0.3.16" +version = "0.3.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6176eae26dd70d0c919749377897b54a9276bd7061339665dd68777926b5a70" +checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77" dependencies = [ "matchers", "nu-ansi-term", diff --git a/Cargo.toml b/Cargo.toml index 45e2e37..dd7920a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,5 +27,5 @@ eyre = { workspace = true } tokio = { workspace = true } tracing = { workspace = true } -tracing-subscriber = { version = "0.3.16", features = ["json", "env-filter"] } +tracing-subscriber = { version = "0.3.17", features = ["json", "env-filter"] } dotenv = { version = "0.15.0", features = ["clap", "cli"] }