From 4c79d3efa73472007a5862d20551d22a1f3d512b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 18:13:03 +0000 Subject: build(deps): update compact_str requirement from 0.8.0 to 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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3