welpo / git-sumi

The non-opinionated Rust-based commit message linter.
https://sumi.rs/
Apache License 2.0
10 stars 0 forks source link

⬆️ chore(deps): update Rust crate predicates to v3 #8

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
predicates dev-dependencies major 1.0 -> 3.1

Release Notes

assert-rs/predicates-rs (predicates) ### [`v3.1.0`](https://togithub.com/assert-rs/predicates-rs/blob/HEAD/CHANGELOG.md#310---2024-01-15) [Compare Source](https://togithub.com/assert-rs/predicates-rs/compare/v3.0.4...v3.1.0) ##### Compatibility - Update MSRV to 1.70.0 ##### Internals - Remove `itertools` ### [`v3.0.4`](https://togithub.com/assert-rs/predicates-rs/blob/HEAD/CHANGELOG.md#304---2023-09-18) [Compare Source](https://togithub.com/assert-rs/predicates-rs/compare/v3.0.3...v3.0.4) ##### Compatibility - Update MSRV to 1.69.0 ##### Internal - Update `itertools` to 0.11 ### [`v3.0.3`](https://togithub.com/assert-rs/predicates-rs/blob/HEAD/CHANGELOG.md#303---2023-04-13) [Compare Source](https://togithub.com/assert-rs/predicates-rs/compare/v3.0.2...v3.0.3) ##### Internal - Update anstyle to 1.0 ### [`v3.0.2`](https://togithub.com/assert-rs/predicates-rs/blob/HEAD/CHANGELOG.md#302---2023-03-24) [Compare Source](https://togithub.com/assert-rs/predicates-rs/compare/v3.0.1...v3.0.2) ##### Fixes - Respect `follow_links` when checking whether a path is backed by a file ### [`v3.0.1`](https://togithub.com/assert-rs/predicates-rs/blob/HEAD/CHANGELOG.md#301---2023-03-14) [Compare Source](https://togithub.com/assert-rs/predicates-rs/compare/v3.0.0...v3.0.1) ##### Fixes - Show colors for diff header ### [`v3.0.0`](https://togithub.com/assert-rs/predicates-rs/blob/HEAD/CHANGELOG.md#300---2023-03-14) [Compare Source](https://togithub.com/assert-rs/predicates-rs/compare/v2.1.5...v3.0.0) ##### Compatibility - `color` feature no longer conditionally applies color. Instead color will be applied when formatting as `{:#}` - `color-auto` feature was removed - Update MSRV to 1.64.0 ### [`v2.1.5`](https://togithub.com/assert-rs/predicates-rs/blob/HEAD/CHANGELOG.md#215---2022-12-29) [Compare Source](https://togithub.com/assert-rs/predicates-rs/compare/v2.1.4...v2.1.5) ##### Gixes - Further generalized borrowing of predicates with `Borrow` trait ### [`v2.1.4`](https://togithub.com/assert-rs/predicates-rs/blob/HEAD/CHANGELOG.md#214---2022-12-02) [Compare Source](https://togithub.com/assert-rs/predicates-rs/compare/v2.1.3...v2.1.4) ### [`v2.1.3`](https://togithub.com/assert-rs/predicates-rs/blob/HEAD/CHANGELOG.md#213---2022-11-13) [Compare Source](https://togithub.com/assert-rs/predicates-rs/compare/v2.1.2...v2.1.3) ### [`v2.1.2`](https://togithub.com/assert-rs/predicates-rs/blob/HEAD/CHANGELOG.md#212---2022-11-05) [Compare Source](https://togithub.com/assert-rs/predicates-rs/compare/v2.1.1...v2.1.2) ##### Compatibility Update MSRV to 1.60 ##### Fixes - Hide internal-only optional dependencies ### [`v2.1.1`](https://togithub.com/assert-rs/predicates-rs/blob/HEAD/CHANGELOG.md#211---2022-01-11) [Compare Source](https://togithub.com/assert-rs/predicates-rs/compare/v2.1.0...v2.1.1) ### [`v2.1.0`](https://togithub.com/assert-rs/predicates-rs/blob/HEAD/CHANGELOG.md#210---2021-11-22) [Compare Source](https://togithub.com/assert-rs/predicates-rs/compare/v2.0.3...v2.1.0) ##### Fixed - Report user's value (the actual) - Having the caller own this means you won't get intermediates like file paths - We already show it for the `diff` predicate - Now we show it in each leaf predicate (like Eq) and when adapting it (like taking a path and loading its file) - Remove redundant result with `eq_file` assertions - Clarify that the constant in Eq and Ord predicates is the expected value ### [`v2.0.3`](https://togithub.com/assert-rs/predicates-rs/blob/HEAD/CHANGELOG.md#203---2021-10-07) [Compare Source](https://togithub.com/assert-rs/predicates-rs/compare/v2.0.2...v2.0.3) ### [`v2.0.2`](https://togithub.com/assert-rs/predicates-rs/blob/HEAD/CHANGELOG.md#202---2021-08-16) [Compare Source](https://togithub.com/assert-rs/predicates-rs/compare/v2.0.1...v2.0.2) ##### Added - All predicates now implement `Send` and `Sync` when it's appropriate ### [`v2.0.1`](https://togithub.com/assert-rs/predicates-rs/blob/HEAD/CHANGELOG.md#201---2021-07-26) [Compare Source](https://togithub.com/assert-rs/predicates-rs/compare/v2.0.0...v2.0.1) ##### Changed - Upgraded `float-cmp` ### [`v2.0.0`](https://togithub.com/assert-rs/predicates-rs/blob/HEAD/CHANGELOG.md#200---2021-07-03) [Compare Source](https://togithub.com/assert-rs/predicates-rs/compare/v1.0.8...v2.0.0) ##### Breaking Changes - `predicates::str::diff` was removed - `predicates::str::similar` was renamed to `diff` - The `difference` feature flag was renamed to `diff` - `diff().split` and `diff().distance` were removed ##### Fixes - Shrink the output of Diffs because its redundant - Moved off of an unmaintained Diff library

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.