From a84e7835d04c7328ba902c27d42ed857d513c42c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 03:40:23 +0000 Subject: [PATCH] :arrow_up: Update compact_str requirement from 0.8 to 0.9 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] --- rust/ltp/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/ltp/Cargo.toml b/rust/ltp/Cargo.toml index 63523ca7..839b50d0 100644 --- a/rust/ltp/Cargo.toml +++ b/rust/ltp/Cargo.toml @@ -54,7 +54,7 @@ serde_json = { version = "1.0", optional = true } apache-avro = { version = "0.17.0", optional = true } # Todo: Nocopy Serialize 更快地加载速度 -compact_str = { version = "0.8", optional = true } +compact_str = { version = "0.9", optional = true } rkyv = { version = "0.8", optional = true } [features]