diff --git a/charabia/Cargo.toml b/charabia/Cargo.toml index 15e01d5a..2eace07f 100644 --- a/charabia/Cargo.toml +++ b/charabia/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "charabia" -version = "0.8.11" +version = "0.8.12" license = "MIT" authors = ["Many "] edition = "2021" @@ -12,27 +12,27 @@ categories = ["text-processing"] exclude = ["dictionaries/txt/thai/words.txt"] [dependencies] -aho-corasick = "1.1.2" +aho-corasick = "1.1.3" cow-utils = "0.1" csv = "1.3.0" -deunicode = "1.4.2" -either = "1.9.0" +deunicode = "1.6.0" +either = "1.13.0" finl_unicode = { version= "1.2.0", optional = true } fst = "0.4" -jieba-rs = { version = "0.6", optional = true } +jieba-rs = { version = "0.7", optional = true } once_cell = "1.19.0" serde = "1.0" slice-group-by = "0.3.1" whatlang = "0.16.4" -lindera = { version = "=0.31.0", default-features = false, optional = true } +lindera = { version = "=0.32.2", default-features = false, optional = true } pinyin = { version = "0.10", default-features = false, features = [ "with_tone", ], optional = true } wana_kana = { version = "3.0.0", optional = true } -unicode-normalization = "0.1.22" +unicode-normalization = "0.1.23" irg-kvariants = "0.1.0" -litemap = "0.7.2" -zerovec = "0.10.1" +litemap = "0.7.3" +zerovec = "0.10.4" [features] default = ["chinese", "hebrew", "japanese", "thai", "korean", "greek", "latin-camelcase", "latin-snakecase", "khmer", "vietnamese"] diff --git a/irg-kvariants/Cargo.toml b/irg-kvariants/Cargo.toml index 08ae6121..cb1bc69a 100644 --- a/irg-kvariants/Cargo.toml +++ b/irg-kvariants/Cargo.toml @@ -11,8 +11,8 @@ repository = "https://github.com/meilisearch/charabia" [dependencies] csv = "1.3.0" once_cell = "1.19.0" -serde = { version = "1.0.196", features = ["derive"] } +serde = { version = "1.0.203", features = ["derive"] } [build-dependencies] csv = "1.3.0" -serde = { version = "1.0.196", features = ["derive"] } +serde = { version = "1.0.203", features = ["derive"] }