From 53d5da9dc53babbeb4d880e7ca50e199e94f28c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 09:09:00 +0100 Subject: [PATCH] Bump compact_str from 0.8.0 to 0.8.1 (#417) Bumps [compact_str](https://github.com/ParkMyCar/compact_str) from 0.8.0 to 0.8.1. - [Changelog](https://github.com/ParkMyCar/compact_str/blob/v0.8.1/CHANGELOG.md) - [Commits](https://github.com/ParkMyCar/compact_str/compare/v0.8.0...v0.8.1) --- updated-dependencies: - dependency-name: compact_str dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 73c1f39b..3e151d79 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -219,9 +219,9 @@ dependencies = [ [[package]] name = "compact_str" -version = "0.8.0" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6050c3a16ddab2e412160b31f2c871015704239bca62f72f6e5f0be631d3f644" +checksum = "3b79c4069c6cad78e2e0cdfcbd26275770669fb39fd308a752dc110e83b9af32" dependencies = [ "castaway", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index ae1231e1..6fec572a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ required-features = ["benchmark"] [dependencies] brotli = "7.0.0" -compact_str = "0.8.0" +compact_str = "0.8.1" fraction = "0.15.3" include_dir = "0.7.4" itertools = "0.13.0"