Commit a0a94cc
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments