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"