diff --git a/Cargo.lock b/Cargo.lock index ff99ff51c..6f123bacc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4696,9 +4696,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 cd9935343..16f0fc91a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -147,7 +147,7 @@ toml = "^0.5.11" touch = "^0.0.1" # tracing = { version = "^0.1.37", features = ["max_level_trace", "release_max_level_debug"] } tracing = { version = "^0.1.37" } -tracing-subscriber = { version = "^0.3.16", features = ["env-filter"] } +tracing-subscriber = { version = "^0.3.17", features = ["env-filter"] } # tracing-forest = { path = "/Users/william/development/tracing-forest/tracing-forest" } tracing-forest = { git = "https://github.com/QnnOkabayashi/tracing-forest.git", rev = "77daf8c8abf010b87d45ece2bf656983c6f8cecb" }