From a8a0c40174d5bb04381faea8fa8ffcabce6aecee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 18:46:23 +0000 Subject: [PATCH] chore(deps): update compact_str requirement from 0.7 to 0.8 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.7.0...v0.7.1) --- 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 54d31dd8e..513e3debb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -134,7 +134,7 @@ ulid = { version = "1", default-features = false } url = "2" uuid = "1" x509-parser = "0.16" -compact_str = { version = "0.7", features = ["serde"] } +compact_str = { version = "0.8", features = ["serde"] } # Compress brotli = { version = "7", default-features = false }