Update Rust crate compact_str to v0.8.1 (#15184)

This commit is contained in:
renovate[bot] 2024-12-29 21:28:56 -05:00 committed by GitHub
parent f170932585
commit 8ff9cb75cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
Cargo.lock generated
View file

@ -475,9 +475,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",