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
|
@ -39,7 +39,7 @@ url = "2.5.4"
|
|||
|
||||
[dev-dependencies]
|
||||
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
|
||||
toml_edit = { version = "0.22.12", features = ["serde"] }
|
||||
toml_edit = { version = "0.22.27", features = ["serde"] }
|
||||
binstalk-downloader = { version = "0.13.20", path = "../binstalk-downloader", default-features = false, features = [
|
||||
"rustls",
|
||||
] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue