From ca7a7e7e2e92cb02ccee52d48b273d36a829d182 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 16:34:53 +0000 Subject: [PATCH] fix(deps): update rust crate jieba-rs to 0.7 --- packages/jieba/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/jieba/Cargo.toml b/packages/jieba/Cargo.toml index 48ceb2a2..83b467d3 100644 --- a/packages/jieba/Cargo.toml +++ b/packages/jieba/Cargo.toml @@ -9,7 +9,7 @@ crate-type = ["cdylib"] [dependencies] global_alloc = { path = "../../crates/alloc" } -jieba-rs = { version = "0.6", features = ["default-dict", "tfidf", "textrank"] } +jieba-rs = { version = "0.7", features = ["default-dict", "tfidf", "textrank"] } napi = { version = "2", default-features = false, features = ["napi3"] } napi-derive = { version = "2" } once_cell = "1"