Merge pull request #1053 from lycheeverse/dependabot/cargo/tracing-subscriber-0.3.17

This commit is contained in:
dependabot[bot] 2023-04-24 13:04:58 +00:00 committed by GitHub
commit 49adfd08f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -3726,9 +3726,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",
"once_cell",

View file

@ -62,7 +62,7 @@ predicates = "3.0.3"
tempfile = "3.5.0"
uuid = { version = "1.3.1", features = ["v4"] }
wiremock = "0.5.18"
tracing-subscriber = { version = "0.3.16", default-features = false, features = ["fmt", "registry", "env-filter"] }
tracing-subscriber = { version = "0.3.17", 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