From 56a3ef4ff463afa1d0a2d11af5e1233dbffda12b Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Sun, 6 Apr 2025 10:35:16 +0200 Subject: [PATCH] Upgrade compat_str from 0.8.1 to 0.9.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4398c67d8..54f0432e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1080,9 +1080,9 @@ dependencies = [ [[package]] name = "compact_str" -version = "0.8.1" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b79c4069c6cad78e2e0cdfcbd26275770669fb39fd308a752dc110e83b9af32" +checksum = "3fdb1325a1cece981e8a296ab8f0f9b63ae357bd0784a9faaf548cc7b480707a" dependencies = [ "castaway", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index a1fbee4b8..83dd7d216 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -109,7 +109,7 @@ version = "1.1.9" # Memory optimisation for short strings [workspace.dependencies.compact_str] -version = "0.8.1" +version = "0.9.0" # Time utilities [workspace.dependencies.chrono]