From 03c520e7ce63a5001e24371df26eee3b0daeb3a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 13:40:31 +0000 Subject: [PATCH] build(deps): bump compact_str from 0.7.1 to 0.8.0 in the deps group Bumps the deps group with 1 update: [compact_str](https://github.com/ParkMyCar/compact_str). Updates `compact_str` from 0.7.1 to 0.8.0 - [Changelog](https://github.com/ParkMyCar/compact_str/blob/main/CHANGELOG.md) - [Commits](https://github.com/ParkMyCar/compact_str/commits) --- updated-dependencies: - dependency-name: compact_str dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps ... Signed-off-by: dependabot[bot] --- Cargo.lock | 37 ++++++++----------------- crates/bin/Cargo.toml | 2 +- crates/binstalk-bins/Cargo.toml | 2 +- crates/binstalk-downloader/Cargo.toml | 2 +- crates/binstalk-fetchers/Cargo.toml | 2 +- crates/binstalk-git-repo-api/Cargo.toml | 2 +- crates/binstalk-manifests/Cargo.toml | 2 +- crates/binstalk-registry/Cargo.toml | 2 +- crates/binstalk-types/Cargo.toml | 2 +- crates/binstalk/Cargo.toml | 2 +- crates/cargo-toml-workspace/Cargo.toml | 2 +- 11 files changed, 22 insertions(+), 35 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index abe28a3b..bbe839ee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -257,7 +257,7 @@ dependencies = [ "binstalk-types", "cargo-toml-workspace", "command-group", - "compact_str 0.7.1", + "compact_str", "detect-targets", "either", "itertools", @@ -283,7 +283,7 @@ version = "0.4.0" dependencies = [ "atomic-file-install", "binstalk-types", - "compact_str 0.7.1", + "compact_str", "leon", "miette", "normalize-path", @@ -302,7 +302,7 @@ dependencies = [ "binstall-tar", "bytes", "bzip2", - "compact_str 0.7.1", + "compact_str", "default-net", "flate2", "futures-io", @@ -334,7 +334,7 @@ dependencies = [ "binstalk-git-repo-api", "binstalk-types", "bytes", - "compact_str 0.7.1", + "compact_str", "either", "itertools", "leon", @@ -354,7 +354,7 @@ name = "binstalk-git-repo-api" version = "0.3.0" dependencies = [ "binstalk-downloader", - "compact_str 0.7.1", + "compact_str", "once_cell", "percent-encoding", "serde", @@ -374,7 +374,7 @@ version = "0.13.0" dependencies = [ "beef", "binstalk-types", - "compact_str 0.7.1", + "compact_str", "detect-targets", "fs-lock", "home", @@ -398,7 +398,7 @@ dependencies = [ "binstalk-downloader", "binstalk-types", "cargo-toml-workspace", - "compact_str 0.7.1", + "compact_str", "leon", "miette", "normalize-path", @@ -420,7 +420,7 @@ dependencies = [ name = "binstalk-types" version = "0.7.0" dependencies = [ - "compact_str 0.7.1", + "compact_str", "maybe-owned", "once_cell", "semver", @@ -555,7 +555,7 @@ dependencies = [ "binstalk", "binstalk-manifests", "clap", - "compact_str 0.7.1", + "compact_str", "dirs", "embed-resource", "file-format", @@ -592,7 +592,7 @@ name = "cargo-toml-workspace" version = "6.0.0" dependencies = [ "cargo_toml", - "compact_str 0.7.1", + "compact_str", "glob", "normalize-path", "serde", @@ -724,20 +724,6 @@ dependencies = [ "winapi", ] -[[package]] -name = "compact_str" -version = "0.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f86b9c4c00838774a6d902ef931eff7470720c51d90c2e32cfe15dc304737b3f" -dependencies = [ - "castaway", - "cfg-if", - "itoa", - "ryu", - "serde", - "static_assertions", -] - [[package]] name = "compact_str" version = "0.8.0" @@ -749,6 +735,7 @@ dependencies = [ "itoa", "rustversion", "ryu", + "serde", "static_assertions", ] @@ -3735,7 +3722,7 @@ version = "0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "48955a621e2b4a92fdb9fcbf8a5bf0e56b15a56bfe09e6defc01cb25ca59f31c" dependencies = [ - "compact_str 0.8.0", + "compact_str", "derive_destructure2", "gix", "thiserror", diff --git a/crates/bin/Cargo.toml b/crates/bin/Cargo.toml index e0099d56..42529cb8 100644 --- a/crates/bin/Cargo.toml +++ b/crates/bin/Cargo.toml @@ -25,7 +25,7 @@ pkg-fmt = "zip" binstalk = { path = "../binstalk", version = "0.26.1", default-features = false } binstalk-manifests = { path = "../binstalk-manifests", version = "0.13.0" } clap = { version = "4.5.3", features = ["derive", "env"] } -compact_str = "0.7.0" +compact_str = "0.8.0" dirs = "5.0.1" file-format = { version = "0.25.0", default-features = false } home = "0.5.9" diff --git a/crates/binstalk-bins/Cargo.toml b/crates/binstalk-bins/Cargo.toml index a7f88aae..5a9b3983 100644 --- a/crates/binstalk-bins/Cargo.toml +++ b/crates/binstalk-bins/Cargo.toml @@ -13,7 +13,7 @@ license = "GPL-3.0-only" [dependencies] atomic-file-install = { version = "1.0.5", path = "../atomic-file-install" } binstalk-types = { version = "0.7.0", path = "../binstalk-types" } -compact_str = { version = "0.7.0", features = ["serde"] } +compact_str = { version = "0.8.0", features = ["serde"] } leon = "3.0.0" miette = "7.0.0" normalize-path = { version = "0.2.1", path = "../normalize-path" } diff --git a/crates/binstalk-downloader/Cargo.toml b/crates/binstalk-downloader/Cargo.toml index 47a919c2..f95505f4 100644 --- a/crates/binstalk-downloader/Cargo.toml +++ b/crates/binstalk-downloader/Cargo.toml @@ -30,7 +30,7 @@ async_zip = { version = "0.0.17", features = [ binstalk-types = { version = "0.7.0", path = "../binstalk-types" } bytes = "1.4.0" bzip2 = "0.4.4" -compact_str = "0.7.0" +compact_str = "0.8.0" flate2 = { version = "1.0.28", default-features = false } futures-util = "0.3.30" futures-io = "0.3.30" diff --git a/crates/binstalk-fetchers/Cargo.toml b/crates/binstalk-fetchers/Cargo.toml index 2e074a0c..3c1f1458 100644 --- a/crates/binstalk-fetchers/Cargo.toml +++ b/crates/binstalk-fetchers/Cargo.toml @@ -16,7 +16,7 @@ binstalk-downloader = { version = "0.11.5", path = "../binstalk-downloader", def binstalk-git-repo-api = { version = "0.3.0", path = "../binstalk-git-repo-api" } binstalk-types = { version = "0.7.0", path = "../binstalk-types" } bytes = "1.4.0" -compact_str = { version = "0.7.0" } +compact_str = { version = "0.8.0" } either = "1.11.0" itertools = "0.13.0" leon = "3.0.0" diff --git a/crates/binstalk-git-repo-api/Cargo.toml b/crates/binstalk-git-repo-api/Cargo.toml index 5f450329..0810f549 100644 --- a/crates/binstalk-git-repo-api/Cargo.toml +++ b/crates/binstalk-git-repo-api/Cargo.toml @@ -13,7 +13,7 @@ license = "Apache-2.0 OR MIT" binstalk-downloader = { version = "0.11.5", path = "../binstalk-downloader", default-features = false, features = [ "json", ] } -compact_str = "0.7.0" +compact_str = "0.8.0" percent-encoding = "2.2.0" serde = { version = "1.0.163", features = ["derive"] } serde-tuple-vec-map = "1.0.1" diff --git a/crates/binstalk-manifests/Cargo.toml b/crates/binstalk-manifests/Cargo.toml index b66070ea..151829e3 100644 --- a/crates/binstalk-manifests/Cargo.toml +++ b/crates/binstalk-manifests/Cargo.toml @@ -12,7 +12,7 @@ license = "Apache-2.0 OR MIT" [dependencies] beef = { version = "0.5.2", features = ["impl_serde"] } binstalk-types = { version = "0.7.0", path = "../binstalk-types" } -compact_str = { version = "0.7.0", features = ["serde"] } +compact_str = { version = "0.8.0", features = ["serde"] } fs-lock = { version = "0.1.3", path = "../fs-lock" } home = "0.5.9" miette = "7.0.0" diff --git a/crates/binstalk-registry/Cargo.toml b/crates/binstalk-registry/Cargo.toml index 727e3c5e..940b48db 100644 --- a/crates/binstalk-registry/Cargo.toml +++ b/crates/binstalk-registry/Cargo.toml @@ -18,7 +18,7 @@ binstalk-downloader = { version = "0.11.5", path = "../binstalk-downloader", def ] } binstalk-types = { version = "0.7.0", path = "../binstalk-types" } cargo-toml-workspace = { version = "6.0.0", path = "../cargo-toml-workspace" } -compact_str = { version = "0.7.0", features = ["serde"] } +compact_str = { version = "0.8.0", features = ["serde"] } leon = "3.0.0" miette = "7.0.0" normalize-path = { version = "0.2.1", path = "../normalize-path" } diff --git a/crates/binstalk-types/Cargo.toml b/crates/binstalk-types/Cargo.toml index 4d7ed95e..8560eb7c 100644 --- a/crates/binstalk-types/Cargo.toml +++ b/crates/binstalk-types/Cargo.toml @@ -10,7 +10,7 @@ edition = "2021" license = "Apache-2.0 OR MIT" [dependencies] -compact_str = { version = "0.7.0", features = ["serde"] } +compact_str = { version = "0.8.0", features = ["serde"] } maybe-owned = { version = "0.3.4", features = ["serde"] } once_cell = "1.18.0" semver = { version = "1.0.17", features = ["serde"] } diff --git a/crates/binstalk/Cargo.toml b/crates/binstalk/Cargo.toml index 8d6a291c..f067de70 100644 --- a/crates/binstalk/Cargo.toml +++ b/crates/binstalk/Cargo.toml @@ -20,7 +20,7 @@ binstalk-registry = { version = "0.9.1", path = "../binstalk-registry" } binstalk-types = { version = "0.7.0", path = "../binstalk-types" } cargo-toml-workspace = { version = "6.0.0", path = "../cargo-toml-workspace" } command-group = { version = "5.0.1", features = ["with-tokio"] } -compact_str = { version = "0.7.0", features = ["serde"] } +compact_str = { version = "0.8.0", features = ["serde"] } detect-targets = { version = "0.1.17", path = "../detect-targets", features = [ "tracing", ] } diff --git a/crates/cargo-toml-workspace/Cargo.toml b/crates/cargo-toml-workspace/Cargo.toml index 6c6fca80..f1f5157d 100644 --- a/crates/cargo-toml-workspace/Cargo.toml +++ b/crates/cargo-toml-workspace/Cargo.toml @@ -11,7 +11,7 @@ license = "Apache-2.0 OR MIT" [dependencies] cargo_toml = "0.20.0" -compact_str = { version = "0.7.0", features = ["serde"] } +compact_str = { version = "0.8.0", features = ["serde"] } glob = "0.3.1" normalize-path = { version = "0.2.1", path = "../normalize-path" } serde = "1.0.163"