Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump compact_str from 0.8.0 to 0.8.1 #417

Merged
merged 1 commit into from
Dec 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump compact_str from 0.8.0 to 0.8.1
Bumps [compact_str](https://github.com/ParkMyCar/compact_str) from 0.8.0 to 0.8.1.
- [Changelog](https://github.com/ParkMyCar/compact_str/blob/v0.8.1/CHANGELOG.md)
- [Commits](ParkMyCar/compact_str@v0.8.0...v0.8.1)

---
updated-dependencies:
- dependency-name: compact_str
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] authored Dec 30, 2024
commit c62fef57f5eb4dd8e7fbea3734b077fb3b9b72b4
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -53,7 +53,7 @@ required-features = ["benchmark"]

[dependencies]
brotli = "7.0.0"
compact_str = "0.8.0"
compact_str = "0.8.1"
fraction = "0.15.3"
include_dir = "0.7.4"
itertools = "0.13.0"