Skip to content

Commit

Permalink
chore(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] authored Oct 20, 2024
1 parent 79559b4 commit b1d523f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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", default-features = false, features = ["napi3"] }
Expand Down

0 comments on commit b1d523f

Please sign in to comment.