Skip to content

Commit

Permalink
Update the dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerollmops committed Mar 14, 2022
1 parent c97e00c commit 301def0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ edition = "2018"

[dependencies]
character_converter = "1.0.0"
cow-utils = "0.1"
deunicode = "1.1.1"
fst = "0.4"
jieba-rs = "0.6"
once_cell = "1.5.2"
slice-group-by = "0.2.6"
unicode-segmentation = "1.6.0"
whatlang = "0.12.0"
cow-utils = "0.1.2"
deunicode = "1.3.1"
fst = "0.4.7"
jieba-rs = "0.6.6"
once_cell = "1.10.0"
slice-group-by = "0.3.0"
unicode-segmentation = "1.9.0"
whatlang = "0.13.0"
lindera = "0.10.0"
lindera-core = "0.10.0"

[dev-dependencies]
criterion = "0.3"
criterion = "0.3.5"

[[bench]]
name = "bench"
Expand Down
4 changes: 2 additions & 2 deletions src/analyzer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ make_language! {
Afr,
Lat,
Slk,
Cat
// Tgl added in whatlang 0.13.0
Cat,
Tgl
}

macro_rules! make_script {
Expand Down

0 comments on commit 301def0

Please sign in to comment.