From b28ac5c3810acbc63b7e089212023863aeb1793d Mon Sep 17 00:00:00 2001 From: Tamo Date: Tue, 2 Jul 2024 14:42:07 +0200 Subject: [PATCH 1/4] update dependencies --- charabia/Cargo.toml | 12 ++++++------ irg-kvariants/Cargo.toml | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/charabia/Cargo.toml b/charabia/Cargo.toml index 15e01d5a..05b437b1 100644 --- a/charabia/Cargo.toml +++ b/charabia/Cargo.toml @@ -12,11 +12,11 @@ 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 } @@ -29,10 +29,10 @@ 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"] } From c5ca9206dbff984ec71d4f3f3597e4e6f90e2150 Mon Sep 17 00:00:00 2001 From: Tamo Date: Tue, 2 Jul 2024 14:47:17 +0200 Subject: [PATCH 2/4] update lindera --- charabia/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charabia/Cargo.toml b/charabia/Cargo.toml index 05b437b1..3573efa2 100644 --- a/charabia/Cargo.toml +++ b/charabia/Cargo.toml @@ -24,7 +24,7 @@ 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 } From 3e188098d364fd6596c7c121657a0915c116a057 Mon Sep 17 00:00:00 2001 From: Tamo Date: Tue, 2 Jul 2024 14:51:32 +0200 Subject: [PATCH 3/4] update jieba --- charabia/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charabia/Cargo.toml b/charabia/Cargo.toml index 3573efa2..63d7c679 100644 --- a/charabia/Cargo.toml +++ b/charabia/Cargo.toml @@ -19,7 +19,7 @@ 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" From 99e8b38840201a813b631f415a86be9d9ed3f739 Mon Sep 17 00:00:00 2001 From: Tamo Date: Tue, 2 Jul 2024 14:53:53 +0200 Subject: [PATCH 4/4] prepare for release --- charabia/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charabia/Cargo.toml b/charabia/Cargo.toml index 63d7c679..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"