From b5b6278d5106d1a7c0ea62d19f5d37fe673a2a0d Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Sat, 22 Apr 2023 08:10:25 +0000 Subject: [PATCH] Update Rust crate tracing-subscriber to 0.3.17 --- Cargo.lock | 4 ++-- crates/gitignore_inner/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1d4ba25..a696aac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -442,9 +442,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/crates/gitignore_inner/Cargo.toml b/crates/gitignore_inner/Cargo.toml index 0a2a181..be7c1aa 100644 --- a/crates/gitignore_inner/Cargo.toml +++ b/crates/gitignore_inner/Cargo.toml @@ -20,4 +20,4 @@ clap = { version = "4.2.4", features = ["env", "unicode", "string"] } console = "0.15.5" eyre = "0.6.8" tracing = { version = "0.1.37", features = ["log"] } -tracing-subscriber = { version = "0.3.16", features = ["local-time", "env-filter"] } +tracing-subscriber = { version = "0.3.17", features = ["local-time", "env-filter"] }