Update charabia v0.9.4

This commit is contained in:
ManyTheFish 2025-05-13 16:22:33 +02:00
parent 8068337b07
commit 01ef055f40
2 changed files with 486 additions and 310 deletions

794
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -18,7 +18,7 @@ bincode = "1.3.3"
bstr = "1.11.3" bstr = "1.11.3"
bytemuck = { version = "1.21.0", features = ["extern_crate_alloc"] } bytemuck = { version = "1.21.0", features = ["extern_crate_alloc"] }
byteorder = "1.5.0" byteorder = "1.5.0"
charabia = { version = "0.9.3", default-features = false } charabia = { version = "0.9.4", default-features = false }
concat-arrays = "0.1.2" concat-arrays = "0.1.2"
convert_case = "0.6.0" convert_case = "0.6.0"
crossbeam-channel = "0.5.15" crossbeam-channel = "0.5.15"