Skip to content

Commit 9252fd4

Browse files
chore(deps): update rust crate jieba-rs to 0.9 (#1114)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bd3457a commit 9252fd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ crc32c = { version = "0.6" }
1919
crc32fast = { version = "1.4", features = ["nightly"] }
2020
global_alloc = { path = "./crates/alloc" }
2121
indexmap = { version = "2", features = ["serde"] }
22-
jieba-rs = { version = "0.8", default-features = false, features = ["tfidf", "textrank"] }
22+
jieba-rs = { version = "0.9", default-features = false, features = ["tfidf", "textrank"] }
2323
jsonwebtoken = { version = "10", features = ["rust_crypto"] }
2424
mimalloc-safe = "0.1"
2525
napi = { version = "3", default-features = false, features = ["napi3"] }

0 commit comments

Comments
 (0)