From 29a8ea85a26a6368eee52033c5819bb2ebdcf6fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 01:43:43 +0000 Subject: [PATCH] chore(deps): update rust crate jieba-rs to 0.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4555720e..935916de 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.8", default-features = false, features = ["tfidf", "textrank"] } +jieba-rs = { version = "0.9", default-features = false, features = ["tfidf", "textrank"] } jsonwebtoken = { version = "10", features = ["rust_crypto"] } mimalloc-safe = "0.1" napi = { version = "3", default-features = false, features = ["napi3"] }