coreutils
coreutils copied to clipboard
fix(deps): update rust crate similar to 2.5.0
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| similar | dependencies | minor | 2 -> 2.5.0 |
Release Notes
mitsuhiko/similar (similar)
v2.5.0
- Added support for
TextDiff::iter_inline_changes_deadline. #61 - Raise MSRV to 1.60. #62
- Bump bstr dependency to 1.0. #62
v2.4.0
- Fixed a bug where the LCS diff algorithm didn't always call
D::finish. (#58) - Fixed a bug in LCS that caused a panic if the common prefix and the common suffix overlapped. (#59)
v2.3.0
- Added support for
Change::value_refandChange::value_mut.
v2.2.1
- Fixed a panic in LCS diffs on matching input. (#43)
v2.2.0
- Fixed a panic in text diff generation. (#37)
v2.1.0
- Removed deprecated alternative slice diffing functions.
- Added
serdefeature to allow serialization with serde.
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.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.