mirror of
https://github.com/Hopiu/lychee.git
synced 2026-05-16 09:43:12 +00:00
Bump tracing-subscriber from 0.3.0 to 0.3.1 (#369)
Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.3.0 to 0.3.1. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.3.0...tracing-subscriber-0.3.1) --- updated-dependencies: - dependency-name: tracing-subscriber dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
d79b57fb9d
commit
368d844233
2 changed files with 4 additions and 4 deletions
6
Cargo.lock
generated
6
Cargo.lock
generated
|
|
@ -1590,7 +1590,7 @@ dependencies = [
|
|||
"tempfile",
|
||||
"tokio",
|
||||
"toml",
|
||||
"tracing-subscriber 0.3.0",
|
||||
"tracing-subscriber 0.3.1",
|
||||
"uuid",
|
||||
"wiremock",
|
||||
]
|
||||
|
|
@ -3125,9 +3125,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "tracing-subscriber"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5cf865b5ddc38e503a29c41c4843e616a73028ae18c637bc3eb2afaef4909c84"
|
||||
checksum = "80a4ddde70311d8da398062ecf6fc2c309337de6b0f77d6c27aff8d53f6fca52"
|
||||
dependencies = [
|
||||
"lazy_static",
|
||||
"matchers 0.1.0",
|
||||
|
|
|
|||
|
|
@ -47,7 +47,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.0", default-features = false, features = ["fmt", "registry", "env-filter"] }
|
||||
tracing-subscriber = { version = "0.3.1", default-features = false, features = ["fmt", "registry", "env-filter"] }
|
||||
|
||||
[dependencies.console-subscriber]
|
||||
optional = true
|
||||
|
|
|
|||
Loading…
Reference in a new issue