Skip to content

Commit aa5ce0c

Browse files
chore(deps): update rust crate jieba-rs to 0.8 (#1034)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d1e5e13 commit aa5ce0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ resolver = "2"
1111
crc32fast = { version = "1.4", features = ["nightly"] }
1212
global_alloc = { path = "./crates/alloc" }
1313
indexmap = { version = "2", features = ["serde"] }
14-
jieba-rs = { version = "0.7", default-features = false, features = ["tfidf", "textrank"] }
14+
jieba-rs = { version = "0.8", default-features = false, features = ["tfidf", "textrank"] }
1515
jsonwebtoken = { version = "9" }
1616
mimalloc = "0.1"
1717
napi = { version = "3.0.0-alpha", default-features = false, features = ["napi3"] }

0 commit comments

Comments
 (0)