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

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