Skip to content

Commit

Permalink
Merge #297
Browse files Browse the repository at this point in the history
297: Update dependencies r=ManyTheFish a=irevoire

Part of meilisearch/meilisearch#4753

Co-authored-by: Tamo <tamo@meilisearch.com>
  • Loading branch information
meili-bors[bot] and irevoire committed Jul 2, 2024
2 parents c983b9f + 99e8b38 commit d5e1b43
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions charabia/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "charabia"
version = "0.8.11"
version = "0.8.12"
license = "MIT"
authors = ["Many <many@meilisearch.com>"]
edition = "2021"
Expand All @@ -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"]
Expand Down
4 changes: 2 additions & 2 deletions irg-kvariants/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }

0 comments on commit d5e1b43

Please sign in to comment.