mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-16 15:46:36 +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
|
@ -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