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