diff --git a/Cargo.lock b/Cargo.lock index d64220bd..cec3cb3c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2455,9 +2455,9 @@ dependencies = [ [[package]] name = "tracing-core" -version = "0.1.30" +version = "0.1.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a" +checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a" dependencies = [ "once_cell", "valuable", diff --git a/crates/bin/Cargo.toml b/crates/bin/Cargo.toml index ab36cf60..af9f17c3 100644 --- a/crates/bin/Cargo.toml +++ b/crates/bin/Cargo.toml @@ -40,7 +40,7 @@ strum_macros = "0.24.3" supports-color = "2.0.0" tempfile = "3.5.0" tokio = { version = "1.28.1", features = ["rt-multi-thread"], default-features = false } -tracing-core = "0.1.30" +tracing-core = "0.1.31" tracing = { version = "0.1.38", default-features = false } tracing-log = { version = "0.1.3", default-features = false } tracing-subscriber = { version = "0.3.17", features = ["fmt", "json", "ansi"], default-features = false }