mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-15 15:16:37 +00:00
build(deps): bump the deps group with 2 updates
Bumps the deps group with 2 updates: [tracing-core](https://github.com/tokio-rs/tracing) and [toml_edit](https://github.com/toml-rs/toml). Updates `tracing-core` from 0.1.33 to 0.1.34 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-core-0.1.33...tracing-core-0.1.34) Updates `toml_edit` from 0.22.26 to 0.22.27 - [Commits](https://github.com/toml-rs/toml/compare/v0.22.26...v0.22.27) --- updated-dependencies: - dependency-name: tracing-core dependency-version: 0.1.34 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: toml_edit dependency-version: 0.22.27 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
ea65a39d2d
commit
2d8457ea32
4 changed files with 13 additions and 13 deletions
|
@ -42,7 +42,7 @@ supports-color = "3.0.0"
|
|||
tempfile = "3.5.0"
|
||||
tokio = { version = "1.44.0", features = ["rt-multi-thread", "signal"], default-features = false }
|
||||
tracing = { version = "0.1.39", default-features = false }
|
||||
tracing-core = "0.1.32"
|
||||
tracing-core = "0.1.34"
|
||||
tracing-log = { version = "0.2.0", default-features = false }
|
||||
tracing-subscriber = { version = "0.3.17", features = ["fmt", "json", "ansi"], default-features = false }
|
||||
zeroize = "1.8.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue