Skip to content

Commit

Permalink
chore(deps): update compact_str requirement from 0.7 to 0.8
Browse files Browse the repository at this point in the history
Updates the requirements on [compact_str](https://github.com/ParkMyCar/compact_str) to permit the latest version.
- [Changelog](https://github.com/ParkMyCar/compact_str/blob/main/CHANGELOG.md)
- [Commits](ParkMyCar/compact_str@v0.7.0...v0.7.1)

---
updated-dependencies:
- dependency-name: compact_str
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 10, 2025
1 parent 45dc8ed commit a8a0c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ ulid = { version = "1", default-features = false }
url = "2"
uuid = "1"
x509-parser = "0.16"
compact_str = { version = "0.7", features = ["serde"] }
compact_str = { version = "0.8", features = ["serde"] }

# Compress
brotli = { version = "7", default-features = false }
Expand Down

0 comments on commit a8a0c40

Please sign in to comment.