Skip to content

Commit

Permalink
Merge pull request #262 from agourlay/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
curquiza authored Feb 8, 2024
2 parents 9fda78a + 2cedc1a commit 51521fc
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
30 changes: 15 additions & 15 deletions charabia/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,29 +12,29 @@ categories = ["text-processing"]
exclude = ["dictionaries/txt/thai/words.txt"]

[dependencies]
aho-corasick = "1.0.1"
aho-corasick = "1.1.2"
cow-utils = "0.1"
csv = "1.2.1"
deunicode = "1.3.3"
either = "1.8.1"
csv = "1.3.0"
deunicode = "1.4.2"
either = "1.9.0"
finl_unicode = { version= "1.2.0", optional = true }
fst = "0.4"
jieba-rs = { version = "0.6", optional = true }
once_cell = "1.17.1"
once_cell = "1.19.0"
serde = "1.0"
slice-group-by = "0.3.0"
whatlang = "0.16.2"
lindera-core = "=0.27.1"
lindera-dictionary = "=0.27.1"
lindera-tokenizer = { version = "=0.27.1", default-features = false, optional = true }
pinyin = { version = "0.9", default-features = false, features = [
slice-group-by = "0.3.1"
whatlang = "0.16.4"
lindera-core = "=0.27.2"
lindera-dictionary = "=0.27.2"
lindera-tokenizer = { version = "=0.27.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"
irg-kvariants = "0.1.0"
litemap = "0.6.1"
zerovec = "0.9.3"
litemap = "0.7.2"
zerovec = "0.10.1"

[features]
default = ["chinese", "hebrew", "japanese", "thai", "korean", "greek", "latin-camelcase", "latin-snakecase", "khmer", "vietnamese"]
Expand Down Expand Up @@ -72,8 +72,8 @@ vietnamese = []
latin-snakecase = ["dep:finl_unicode"]

[dev-dependencies]
criterion = "0.3"
jemallocator = "0.3.0"
criterion = "0.5"
jemallocator = "0.5.4"
quickcheck = "1"
quickcheck_macros = "1"

Expand Down
10 changes: 5 additions & 5 deletions irg-kvariants/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ repository = "https://github.com/meilisearch/charabia"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
csv = "1.1.6"
once_cell = "1.16.0"
serde = { version = "1.0.148", features = ["derive"] }
csv = "1.3.0"
once_cell = "1.19.0"
serde = { version = "1.0.196", features = ["derive"] }

[build-dependencies]
csv = "1.1.6"
serde = { version = "1.0.148", features = ["derive"] }
csv = "1.3.0"
serde = { version = "1.0.196", features = ["derive"] }

0 comments on commit 51521fc

Please sign in to comment.