mirror of
https://github.com/Hopiu/lychee.git
synced 2026-05-03 03:14:47 +00:00
Bump tracing-subscriber from 0.3.16 to 0.3.17
Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.3.16 to 0.3.17. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.3.16...tracing-subscriber-0.3.17) --- updated-dependencies: - dependency-name: tracing-subscriber dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
436a235f4b
commit
417dabb258
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