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>
This commit is contained in:
dependabot[bot] 2024-07-12 13:40:31 +00:00 committed by GitHub
parent a92ad4952f
commit 03c520e7ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 22 additions and 35 deletions

View file

@ -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"