diff options
author | 2025-02-25 18:13:03 +0000 | |
---|---|---|
committer | 2025-02-25 18:13:03 +0000 | |
commit | 4c79d3efa73472007a5862d20551d22a1f3d512b (patch) | |
tree | f916db57617139a1d78c32bab3f45b6876379cda | |
parent | b09ab370b87327a52bb02131042079130e496a2a (diff) | |
download | pandascore-dependabot/cargo/compact_str-0.9.0.tar.gz pandascore-dependabot/cargo/compact_str-0.9.0.tar.zst pandascore-dependabot/cargo/compact_str-0.9.0.zip |
build(deps): update compact_str requirement from 0.8.0 to 0.9.0dependabot/cargo/compact_str-0.9.0
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](https://github.com/ParkMyCar/compact_str/compare/v0.8.0...v0.9.0)
---
updated-dependencies:
- dependency-name: compact_str
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ rust-version = "1.75.0" [dependencies] bon = "3.0.0" -compact_str = { version = "0.8.0", features = ["serde"] } +compact_str = { version = "0.9.0", features = ["serde"] } linkify = "0.10.0" petgraph = "0.6.5" regex = "1.10.6" |