From ed62477b054598b73f089f6631853d6e38d2170e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 09:26:56 +0000 Subject: [PATCH] chore(deps): update rust crate jieba-rs to 0.10 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 935916de..51067214 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ crc32c = { version = "0.6" } crc32fast = { version = "1.4", features = ["nightly"] } global_alloc = { path = "./crates/alloc" } indexmap = { version = "2", features = ["serde"] } -jieba-rs = { version = "0.9", default-features = false, features = ["tfidf", "textrank"] } +jieba-rs = { version = "0.10", default-features = false, features = ["tfidf", "textrank"] } jsonwebtoken = { version = "10", features = ["rust_crypto"] } mimalloc-safe = "0.1" napi = { version = "3", default-features = false, features = ["napi3"] }