mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
Bump cargo_toml from 0.13.0 to 0.14.0 (#632)
* Bump cargo_toml from 0.13.0 to 0.14.0 Bumps [cargo_toml](https://gitlab.com/crates.rs/cargo_toml) from 0.13.0 to 0.14.0. - [Release notes](https://gitlab.com/crates.rs/cargo_toml/tags) - [Commits](https://gitlab.com/crates.rs/cargo_toml/commits/main) --- updated-dependencies: - dependency-name: cargo_toml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Fix use of `Manifest::complete_from_abstract_filesystem` Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com> Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
c022cd9b0c
commit
287ae03a51
3 changed files with 5 additions and 5 deletions
|
@ -13,7 +13,7 @@ license = "GPL-3.0"
|
|||
async-trait = "0.1.60"
|
||||
binstalk-downloader = { version = "0.2.0", path = "../binstalk-downloader" }
|
||||
binstalk-types = { version = "0.1.0", path = "../binstalk-types" }
|
||||
cargo_toml = "0.13.0"
|
||||
cargo_toml = "0.14.0"
|
||||
command-group = { version = "2.0.1", features = ["with-tokio"] }
|
||||
compact_str = { version = "0.6.1", features = ["serde"] }
|
||||
crates_io_api = { version = "0.8.1", default-features = false }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue