Skip to content

Commit a0a94cc

Browse files
committed
fix(nodedb-fts): bump jieba-rs to 0.9 to drop yanked core2 dependency
jieba-rs 0.8 pulled in include-flate → libflate → core2 0.4.0, which was yanked from crates.io and caused CI to fail with a version-yanked error during cargo clippy. jieba-rs 0.9 removes the libflate dependency entirely, eliminating core2 from the transitive graph.
1 parent 2399c0d commit a0a94cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nodedb-fts/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ thiserror = { workspace = true }
2929

3030
# Optional: dictionary-based CJK segmentation
3131
lindera = { version = "2.3", optional = true }
32-
jieba-rs = { version = "0.8", optional = true }
32+
jieba-rs = { version = "0.9", optional = true }
3333
icu_segmenter = { version = "1", optional = true }
3434
whatlang = { version = "0.18", optional = true }
3535

0 commit comments

Comments
 (0)