diff --git a/charabia/Cargo.toml b/charabia/Cargo.toml index ac80c9f2..67bf3137 100644 --- a/charabia/Cargo.toml +++ b/charabia/Cargo.toml @@ -24,9 +24,9 @@ once_cell = "1.19.0" serde = "1.0" 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 } +lindera-core = "=0.28.0" +lindera-dictionary = "=0.28.0" +lindera-tokenizer = { version = "=0.28.0", default-features = false, optional = true } pinyin = { version = "0.10", default-features = false, features = [ "with_tone", ], optional = true }