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"