mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-30 18:04:46 +00:00
Merge pull request #1053 from lycheeverse/dependabot/cargo/tracing-subscriber-0.3.17
This commit is contained in:
commit
49adfd08f6
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue