Skip to content

chore(deps): bump similar from 3.1.1 to 3.2.0 - #280

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/similar-3.1.2
Open

chore(deps): bump similar from 3.1.1 to 3.2.0#280
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/similar-3.1.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 7, 2026

Copy link
Copy Markdown

Bumps similar from 3.1.1 to 3.2.0.

Changelog

Sourced from similar's changelog.

3.2.0

  • Added structured, line-oriented three-way merging through TextMerge, with merge and diff3 conflict output, configurable labels and marker sizes, owned and borrowed inputs, byte output, and whitespace-insensitive comparison.
  • Added WhitespaceMode and TextDiffConfig::whitespace_mode for Git-style line comparisons that ignore changes in whitespace (-b) or all whitespace (-w).
  • Changed Algorithm::Myers to reduce unmatched/confusing records and use Git-style bounded, non-minimal splits on expensive searches, and added Algorithm::RawMyers for the previous shortest-edit-script behavior without output-changing heuristics.
  • Improved heuristics and performance for most algorithms other than LCS.
  • Improved large-input performance by avoiding quadratic Histogram scans.

3.1.2

  • Fixed Algorithm::Lcs deadline fallback emitting edits twice, which produced out-of-bounds DiffOp ranges and panics when consuming timed-out diffs. #97
  • Fixed Algorithm::Lcs reporting identical subranges with zero-based indices instead of preserving the supplied range offsets. #98
  • Fixed Algorithm::Lcs and Algorithm::Hunt emitting zero-length delete operations when both inputs are empty. #99
Commits
  • e380405 chore(release): prepare 3.2.0
  • 9133b3d ref: Update changelog
  • a56a53f feat(merge): add three-way text merging
  • 7130d06 docs(examples): demonstrate whitespace-insensitive diffs
  • a635843 feat(text): add whitespace-insensitive line diffs
  • 6301178 perf(myers): preserve sparse matches with record reduction
  • f16b309 perf(myers): add bounded heuristic search
  • accea7d chore(clippy): resolve lint warnings
  • 3a5162b perf(algorithms): fast-path nearly disjoint ranges
  • fc32411 feat(fuzzing): add isolated performance campaign runner
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Aug 7, 2026
@dependabot
dependabot Bot requested a review from dean0x as a code owner August 7, 2026 15:44
@dependabot
dependabot Bot force-pushed the dependabot/cargo/similar-3.1.2 branch from bc94b23 to 6ccd0c7 Compare August 8, 2026 21:24
@dependabot dependabot Bot changed the title chore(deps): bump similar from 3.1.1 to 3.1.2 chore(deps): bump similar from 3.1.1 to 3.2.0 Aug 26, 2026
@dependabot
dependabot Bot force-pushed the dependabot/cargo/similar-3.1.2 branch from 6ccd0c7 to 265fda2 Compare August 26, 2026 09:47
Bumps [similar](https://github.com/mitsuhiko/similar) from 3.1.1 to 3.2.0.
- [Changelog](https://github.com/mitsuhiko/similar/blob/main/CHANGELOG.md)
- [Commits](mitsuhiko/similar@3.1.1...3.2.0)

---
updated-dependencies:
- dependency-name: similar
  dependency-version: 3.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/cargo/similar-3.1.2 branch from 265fda2 to 888a975 Compare August 26, 2026 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants