Skip to content

chore(deps)(deps): bump diffy from 0.4.2 to 0.5.0#194

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/diffy-0.5.0
Open

chore(deps)(deps): bump diffy from 0.4.2 to 0.5.0#194
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/diffy-0.5.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 12, 2026

Copy link
Copy Markdown

Bumps diffy from 0.4.2 to 0.5.0.

Changelog

Sourced from diffy's changelog.

[0.5.0]- 2026-04-27

This is a major release introducing multi-file patch support, git binary diff handling, and no_std compatibility.

Breaking Changes

  • #73 The crate is now no_std by default. Patch::to_bytes() and PatchFormatter::write_patch_into() now require the std feature. Add features = ["std"] to restore them.
  • #46 Color support is now behind the color feature flag. Previously color was always available. Now PatchFormatter::with_color() requires enabling the color feature. The underlying implementation switched from nu-ansi-term to anstyle.

Added

  • #55 #59 #61 #66 #74 #76 Multi-file patch support. Parse and apply unified diff and git diff output containing multiple files, including create, delete, modify, rename, and copy operations. Git binary patches (literal and delta) are supported behind the binary feature flag.
  • #80 New apply example demonstrating multi-file patch application.

Fixed

  • #51 #82 Patch::from_str / from_bytes no longer error on trailing non-patch content after a complete hunk, matching GNU patch and git apply behavior.
  • #65 Return an error instead of panicking on non-UTF-8 escaped filenames when parsing as str.
  • #47 Fix quoted filename escaping: handle \a, \b, \f, \v, 3-digit octal escapes (\0xx\3xx), and quote all control characters.
  • #83 Fix arithmetic overflow panic when parsing hunk headers with extremely large range values.

... (truncated)

Commits
  • 4197dca release 0.5.0
  • e16c388 meta: exclude tests directory from package
  • ea1d695 binary: mark BinaryPatchParseError::span pub(crate)
  • 8591d7b docs: add changelog entry for v0.5.0
  • 16d2380 chore: bump to 0.5.0
  • 077a7c4 fix(patch): hunk range overflow panic
  • 1b3d1e7 test(patch): hunk range overflow panic
  • 420a9d6 fix(patch): make from_str strict by default (#82)
  • 1ba0020 feat: new example for simlple apply-like cli (#80)
  • 1764577 chore(ci): add fuzz workflow
  • Additional commits viewable in compare view

@dependabot @github

dependabot Bot commented on behalf of github Jun 12, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies, rust. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@tolgaergin tolgaergin force-pushed the dependabot/cargo/diffy-0.5.0 branch from 87fb9d3 to f4fb2b0 Compare June 12, 2026 19:13
@dependabot dependabot Bot force-pushed the dependabot/cargo/diffy-0.5.0 branch 12 times, most recently from cbe90ea to 717225e Compare June 19, 2026 11:20
@dependabot dependabot Bot force-pushed the dependabot/cargo/diffy-0.5.0 branch 6 times, most recently from a8070b4 to 69dfa5b Compare June 29, 2026 19:00
@dependabot dependabot Bot force-pushed the dependabot/cargo/diffy-0.5.0 branch 3 times, most recently from 9431700 to 7bc87f1 Compare July 4, 2026 14:08
Bumps [diffy](https://github.com/bmwill/diffy) from 0.4.2 to 0.5.0.
- [Changelog](https://github.com/bmwill/diffy/blob/master/CHANGELOG.md)
- [Commits](bmwill/diffy@0.4.2...0.5.0)

---
updated-dependencies:
- dependency-name: diffy
  dependency-version: 0.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/diffy-0.5.0 branch from 7bc87f1 to 81132dc Compare July 4, 2026 22:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants