aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2025-02-25 18:13:03 +0000
committerGravatar GitHub <noreply@github.com> 2025-02-25 18:13:03 +0000
commit4c79d3efa73472007a5862d20551d22a1f3d512b (patch)
treef916db57617139a1d78c32bab3f45b6876379cda
parentb09ab370b87327a52bb02131042079130e496a2a (diff)
downloadpandascore-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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d4ead59..43073f6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"