napi-rs / node-rs

Node.js bindings ❤️ Rust crates
https://node-rs.dev
MIT License
1.03k stars 32 forks source link

fix(deps): update rust crate jieba-rs to 0.7 #823

Open renovate[bot] opened 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
jieba-rs dependencies minor 0.6 -> 0.7

Release Notes

messense/jieba-rs (jieba-rs) ### [`v0.7.0`](https://togithub.com/messense/jieba-rs/releases/tag/v0.7.0) [Compare Source](https://togithub.com/messense/jieba-rs/compare/v0.6.8...v0.7.0) #### What's Changed - Break lifetime entanglement of TextExtract, TFIDF and Jieba by [@​awong-dev](https://togithub.com/awong-dev) in [https://github.com/messense/jieba-rs/pull/100](https://togithub.com/messense/jieba-rs/pull/100) - Update actions to latest versions by [@​messense](https://togithub.com/messense) in [https://github.com/messense/jieba-rs/pull/102](https://togithub.com/messense/jieba-rs/pull/102) - Try use std hashmap instead of hashbrown by [@​messense](https://togithub.com/messense) in [https://github.com/messense/jieba-rs/pull/103](https://togithub.com/messense/jieba-rs/pull/103) - Add doctest support into coverage by [@​awong-dev](https://togithub.com/awong-dev) in [https://github.com/messense/jieba-rs/pull/105](https://togithub.com/messense/jieba-rs/pull/105) - Add KeywordExtractConfigBuilder by [@​awong-dev](https://togithub.com/awong-dev) in [https://github.com/messense/jieba-rs/pull/104](https://togithub.com/messense/jieba-rs/pull/104) - Complete KeywordExtractConfigBuilder coverage. Clean code. by [@​awong-dev](https://togithub.com/awong-dev) in [https://github.com/messense/jieba-rs/pull/106](https://togithub.com/messense/jieba-rs/pull/106) - Extract HmmContext struct. by [@​awong-dev](https://togithub.com/awong-dev) in [https://github.com/messense/jieba-rs/pull/107](https://togithub.com/messense/jieba-rs/pull/107) - Replace magic number 4 with NUM_STATES. Add comments. by [@​awong-dev](https://togithub.com/awong-dev) in [https://github.com/messense/jieba-rs/pull/108](https://togithub.com/messense/jieba-rs/pull/108) #### New Contributors - [@​awong-dev](https://togithub.com/awong-dev) made their first contribution in [https://github.com/messense/jieba-rs/pull/100](https://togithub.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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.