diff --git a/Cargo.lock b/Cargo.lock index 2d264091..28dc4072 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -591,7 +591,7 @@ dependencies = [ [[package]] name = "cargo-toml-workspace" -version = "6.0.0" +version = "6.0.1" dependencies = [ "cargo_toml", "compact_str", diff --git a/crates/binstalk-registry/Cargo.toml b/crates/binstalk-registry/Cargo.toml index 4a9d4353..dc729954 100644 --- a/crates/binstalk-registry/Cargo.toml +++ b/crates/binstalk-registry/Cargo.toml @@ -17,7 +17,7 @@ binstalk-downloader = { version = "0.11.5", path = "../binstalk-downloader", def "json", ] } binstalk-types = { version = "0.8.0", path = "../binstalk-types" } -cargo-toml-workspace = { version = "6.0.0", path = "../cargo-toml-workspace" } +cargo-toml-workspace = { version = "6.0.1", path = "../cargo-toml-workspace" } compact_str = { version = "0.8.0", features = ["serde"] } leon = "3.0.0" miette = "7.0.0" diff --git a/crates/binstalk/Cargo.toml b/crates/binstalk/Cargo.toml index 12c3bad1..edaadbb9 100644 --- a/crates/binstalk/Cargo.toml +++ b/crates/binstalk/Cargo.toml @@ -18,7 +18,7 @@ binstalk-fetchers = { version = "0.7.1", path = "../binstalk-fetchers", features ] } binstalk-registry = { version = "0.9.1", path = "../binstalk-registry" } binstalk-types = { version = "0.8.0", path = "../binstalk-types" } -cargo-toml-workspace = { version = "6.0.0", path = "../cargo-toml-workspace" } +cargo-toml-workspace = { version = "6.0.1", path = "../cargo-toml-workspace" } command-group = { version = "5.0.1", features = ["with-tokio"] } compact_str = { version = "0.8.0", features = ["serde"] } detect-targets = { version = "0.1.17", path = "../detect-targets", features = [ diff --git a/crates/cargo-toml-workspace/Cargo.toml b/crates/cargo-toml-workspace/Cargo.toml index f1f5157d..47efe906 100644 --- a/crates/cargo-toml-workspace/Cargo.toml +++ b/crates/cargo-toml-workspace/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-toml-workspace" -version = "6.0.0" +version = "6.0.1" edition = "2021" description = "Parse cargo workspace and load specific crate" repository = "https://github.com/cargo-bins/cargo-binstall"