Skip to content

Commit

Permalink
Upgrade compatible dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerollmops committed Jan 8, 2025
1 parent 93a22f0 commit 4549a3a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions charabia/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@ exclude = ["dictionaries/txt/thai/words.txt"]

[dependencies]
aho-corasick = "1.1.3"
csv = "1.3.0"
csv = "1.3.1"
either = "1.13.0"
finl_unicode = { version= "1.2.0", optional = true }
finl_unicode = { version= "1.3.0", optional = true }
fst = "0.4"
jieba-rs = { version = "0.7", optional = true }
once_cell = "1.19.0"
serde = "1.0.192"
once_cell = "1.20.2"
serde = "1.0.217"
slice-group-by = "0.3.1"
whatlang = "0.16.4"
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 = "4.0.0", optional = true }
unicode-normalization = "0.1.23"
unicode-normalization = "0.1.24"
irg-kvariants = { path = "../irg-kvariants", version = "=0.1.1" }

[features]
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.3.0"
once_cell = "1.19.0"
serde = { version = "1.0.203", features = ["derive"] }
csv = "1.3.1"
once_cell = "1.20.2"
serde = { version = "1.0.217", features = ["derive"] }

[build-dependencies]
csv = "1.3.0"
serde = { version = "1.0.203", features = ["derive"] }
csv = "1.3.1"
serde = { version = "1.0.217", features = ["derive"] }

0 comments on commit 4549a3a

Please sign in to comment.