From d5ce62ba8a1a04009da2eccf07c44cfbe4d01c17 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 05:44:17 +0000 Subject: [PATCH] Update Rust crate indicium to v0.6.7 --- Cargo.lock | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 26ad33c..930fbeb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -746,15 +746,16 @@ dependencies = [ [[package]] name = "indicium" -version = "0.6.5" +version = "0.6.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04cdc740f236be5dbff97d5d1e183c08f814d5c63761cd0c2f53b2fc412623bd" +checksum = "4063f08a9033c65dbeffcd34fb6d02afa271d1d6ec93e721d35595d3802f74d5" dependencies = [ "beef", "kstring", "rapidfuzz", "rustc-hash", "tracing", + "unicode-normalization", ] [[package]] @@ -1640,6 +1641,21 @@ dependencies = [ "zerovec", ] +[[package]] +name = "tinyvec" +version = "1.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa" +dependencies = [ + "tinyvec_macros", +] + +[[package]] +name = "tinyvec_macros" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" + [[package]] name = "tokio" version = "1.47.1" @@ -1835,6 +1851,15 @@ version = "1.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" +[[package]] +name = "unicode-normalization" +version = "0.1.25" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8" +dependencies = [ + "tinyvec", +] + [[package]] name = "unindent" version = "0.2.4"