Upgrade compat_str from 0.8.1 to 0.9.0

This commit is contained in:
Quentin Gliech
2025-04-06 10:35:16 +02:00
parent b12a962271
commit 56a3ef4ff4
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -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",

View File

@@ -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]