From 2400147716ddc0a4d3f6edcb93f5b806d56d36ea Mon Sep 17 00:00:00 2001 From: ManyTheFish Date: Thu, 21 Aug 2025 09:51:43 +0200 Subject: [PATCH] Update Charabia v0.9.7 --- Cargo.lock | 4 ++-- crates/milli/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 396a7c41e..3736af680 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1086,9 +1086,9 @@ dependencies = [ [[package]] name = "charabia" -version = "0.9.6" +version = "0.9.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b01abfd2db0eb8c4e7a47ccab5d1f67993736f4e76923ed9ae281c49070645d" +checksum = "7c2f456825b7f15eac01a1cae40c12c3f55e931d4327e6e4fa59508d664e9568" dependencies = [ "aho-corasick", "csv", diff --git a/crates/milli/Cargo.toml b/crates/milli/Cargo.toml index 68e894ca9..3077638aa 100644 --- a/crates/milli/Cargo.toml +++ b/crates/milli/Cargo.toml @@ -18,7 +18,7 @@ bincode = "1.3.3" bstr = "1.12.0" bytemuck = { version = "1.23.1", features = ["extern_crate_alloc"] } byteorder = "1.5.0" -charabia = { version = "0.9.6", default-features = false } +charabia = { version = "0.9.7", default-features = false } concat-arrays = "0.1.2" convert_case = "0.8.0" crossbeam-channel = "0.5.15"