From f0aa3cf998bed4bde95ac60d486f4626fd01e519 Mon Sep 17 00:00:00 2001 From: Minoru Osuka Date: Tue, 28 May 2024 22:23:04 +0900 Subject: [PATCH] Upgrade Lindera to 0.31.0 --- charabia/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charabia/Cargo.toml b/charabia/Cargo.toml index f0618bc4..3481c0e9 100644 --- a/charabia/Cargo.toml +++ b/charabia/Cargo.toml @@ -24,7 +24,7 @@ once_cell = "1.19.0" serde = "1.0" slice-group-by = "0.3.1" whatlang = "0.16.4" -lindera = { version = "=0.30.0", default-features = false, optional = true } +lindera = { version = "=0.31.0", default-features = false, optional = true } pinyin = { version = "0.10", default-features = false, features = [ "with_tone", ], optional = true }