Skip to content

Commit

Permalink
fix(deps): update rust crate jieba-rs to 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 22, 2024
1 parent 69e7f80 commit abd14a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jieba/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit abd14a0

Please sign in to comment.