mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 22:30:03 +00:00
build(deps): bump compact_str from 0.7.1 to 0.8.0 in the deps group (#1817)
* 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] <support@github.com> * Fix compilation error and deprecations Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com> * Use `CompactString::const_new` when possible 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
a92ad4952f
commit
0fe605f7f0
15 changed files with 45 additions and 58 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue