From 45fdce7f3984a01157c89a32ac4c69ad77edca3b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Jul 2022 20:46:12 +0000 Subject: [PATCH] fix(deps): update rust crate tracing-subscriber to 0.3.15 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f8388a7..4f46cbe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -595,9 +595,9 @@ dependencies = [ [[package]] name = "tracing-subscriber" -version = "0.3.14" +version = "0.3.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a713421342a5a666b7577783721d3117f1b69a393df803ee17bb73b1e122a59" +checksum = "60db860322da191b40952ad9affe65ea23e7dd6a5c442c2c42865810c6ab8e6b" dependencies = [ "ansi_term", "matchers", diff --git a/Cargo.toml b/Cargo.toml index 74bcd5b..9d974a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ serde_derive = "1.0.140" toml = "0.5.9" tracing = "0.1.35" tracing-journald = { version = "0.3.0", optional = true } -tracing-subscriber = { version = "0.3.14", features = ["env-filter"] } +tracing-subscriber = { version = "0.3.15", features = ["env-filter"] } [dev-dependencies] assay = "0.1.1"