diff --git a/Cargo.lock b/Cargo.lock index fd3c9fdf..a350c07b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2650,9 +2650,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 = [ "nu-ansi-term", "serde", diff --git a/crates/bin/Cargo.toml b/crates/bin/Cargo.toml index d16650d1..d52a40aa 100644 --- a/crates/bin/Cargo.toml +++ b/crates/bin/Cargo.toml @@ -43,7 +43,7 @@ tokio = { version = "1.27.0", features = ["rt-multi-thread"], default-features = tracing-core = "0.1.30" tracing = { version = "0.1.37", default-features = false } tracing-log = { version = "0.1.3", default-features = false } -tracing-subscriber = { version = "0.3.16", features = ["fmt", "json", "ansi"], default-features = false } +tracing-subscriber = { version = "0.3.17", features = ["fmt", "json", "ansi"], default-features = false } [build-dependencies] embed-resource = "2.1.1"