mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-16 23:56:37 +00:00
build(deps): bump tracing-subscriber in the deps group
Bumps the deps group with 1 update: [tracing-subscriber](https://github.com/tokio-rs/tracing). Updates `tracing-subscriber` from 0.3.18 to 0.3.19 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.3.18...tracing-subscriber-0.3.19) --- updated-dependencies: - dependency-name: tracing-subscriber dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
3e50dfbbc5
commit
3f5b587c35
3 changed files with 6 additions and 6 deletions
|
@ -43,7 +43,7 @@ tokio = { version = "1.35.0", features = ["rt-multi-thread", "signal"], default-
|
|||
tracing-core = "0.1.32"
|
||||
tracing = { version = "0.1.39", default-features = false }
|
||||
tracing-log = { version = "0.2.0", default-features = false }
|
||||
tracing-subscriber = { version = "0.3.17", features = ["fmt", "json", "ansi"], default-features = false }
|
||||
tracing-subscriber = { version = "0.3.19", features = ["fmt", "json", "ansi"], default-features = false }
|
||||
zeroize = "1.8.1"
|
||||
|
||||
[build-dependencies]
|
||||
|
|
|
@ -16,7 +16,7 @@ tokio = { version = "1.35.0", features = [
|
|||
"sync",
|
||||
], default-features = false }
|
||||
tracing = { version = "0.1.39", optional = true }
|
||||
tracing-subscriber = { version = "0.3.17", features = [
|
||||
tracing-subscriber = { version = "0.3.19", features = [
|
||||
"fmt",
|
||||
], default-features = false, optional = true }
|
||||
cfg-if = "1.0.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue