Update Charabia v0.9.7

This commit is contained in:
ManyTheFish
2025-08-21 09:51:43 +02:00
parent 0a86b1e11e
commit 2400147716
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

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

View File

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