From 8c3dd8aafb4888c66642691993c63780ba17396b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 11:39:17 +0000 Subject: [PATCH] chore(deps): update rust crate jieba-rs to 0.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7c8d24f2..a4c11c0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ resolver = "2" getrandom = "0.2" global_alloc = { path = "./crates/alloc" } indexmap = { version = "2", features = ["serde"] } - jieba-rs = { version = "0.6", features = ["default-dict", "tfidf", "textrank"] } + jieba-rs = { version = "0.7", features = ["default-dict", "tfidf", "textrank"] } jsonwebtoken = { version = "9" } mimalloc = "0.1" napi = { version = "3.0.0-alpha.13", default-features = false, features = ["napi3"] }