From 0837defda77b267900355c54300eb3a813dcd110 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 10:45:53 +0000 Subject: [PATCH] Update compact_str requirement from 0.9.0 to 0.10.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.9.0...v0.10.0) --- updated-dependencies: - dependency-name: compact_str dependency-version: 0.10.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cursive-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cursive-core/Cargo.toml b/cursive-core/Cargo.toml index 6731d9c2..e23174db 100644 --- a/cursive-core/Cargo.toml +++ b/cursive-core/Cargo.toml @@ -27,7 +27,7 @@ lazy_static = "1" ahash = "0.8" serde_json = "1.0.85" parking_lot = { version = "0.12.1", features = ["arc_lock"] } -compact_str = "0.9.0" +compact_str = "0.10.0" [dependencies.cursive-macros] path = "../cursive-macros"