node-rs
node-rs copied to clipboard
chore(deps): update rust crate jieba-rs to 0.7
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| jieba-rs | workspace.dependencies | minor | 0.6 -> 0.7 |
Release Notes
messense/jieba-rs (jieba-rs)
v0.7.0
What's Changed
- Break lifetime entanglement of TextExtract, TFIDF and Jieba by @awong-dev in https://github.com/messense/jieba-rs/pull/100
- Update actions to latest versions by @messense in https://github.com/messense/jieba-rs/pull/102
- Try use std hashmap instead of hashbrown by @messense in https://github.com/messense/jieba-rs/pull/103
- Add doctest support into coverage by @awong-dev in https://github.com/messense/jieba-rs/pull/105
- Add KeywordExtractConfigBuilder by @awong-dev in https://github.com/messense/jieba-rs/pull/104
- Complete KeywordExtractConfigBuilder coverage. Clean code. by @awong-dev in https://github.com/messense/jieba-rs/pull/106
- Extract HmmContext struct. by @awong-dev in https://github.com/messense/jieba-rs/pull/107
- Replace magic number 4 with NUM_STATES. Add comments. by @awong-dev in https://github.com/messense/jieba-rs/pull/108
New Contributors
- @awong-dev made their first contribution in https://github.com/messense/jieba-rs/pull/100
Full Changelog: https://github.com/messense/jieba-rs/compare/v0.6.8...v0.7.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.