From 66f2a993fd509f9d0a3a3553252bc425de6ae24e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Jan 2022 01:21:01 +0100 Subject: [PATCH] Bump tracing-subscriber from 0.3.4 to 0.3.5 (#437) Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.3.4 to 0.3.5. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.3.4...tracing-subscriber-0.3.5) --- updated-dependencies: - dependency-name: tracing-subscriber dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- lychee-bin/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 85485c6..31170ff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3243,9 +3243,9 @@ dependencies = [ [[package]] name = "tracing-subscriber" -version = "0.3.4" +version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d5e6136799e1079699e0d9784c883e03af55cf6a1bee48fe1d79ca552c1bc36f" +checksum = "5d81bfa81424cc98cb034b837c985b7a290f592e5b4322f353f94a0ab0f9f594" dependencies = [ "lazy_static", "matchers", diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index d0e22e5..cdb882a 100644 --- a/lychee-bin/Cargo.toml +++ b/lychee-bin/Cargo.toml @@ -50,7 +50,7 @@ pretty_assertions = "1.0.0" tempfile = "3.2.0" uuid = { version = "0.8.2", features = ["v4"] } wiremock = "0.5.7" -tracing-subscriber = { version = "0.3.4", default-features = false, features = ["fmt", "registry", "env-filter"] } +tracing-subscriber = { version = "0.3.5", default-features = false, features = ["fmt", "registry", "env-filter"] } # console-subscriber is not yet published to crates.io # Users have to uncomment this section and the feature below and build lychee