Skip to content

build(deps): update oxipng requirement from 9 to 10 in /original-code/xanadugold/src-rust - #120

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/original-code/xanadugold/src-rust/oxipng-10
Open

build(deps): update oxipng requirement from 9 to 10 in /original-code/xanadugold/src-rust#120
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/original-code/xanadugold/src-rust/oxipng-10

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 22, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on oxipng to permit the latest version.

Release notes

Sourced from oxipng's releases.

v10.1.1

  • [Performance] Improve Bigrams performance, giving notably faster results at lower levels.
  • [Improvement] Change --np flag to also prevent conversion to indexed from other color types.
  • [Improvement] Improve support for recompressing ICC profiles with high compression ratios.
  • [Misc] Add warning when --ziwi exceeds --zi.
  • [Build] Further reduce size of binaries.
Changelog

Sourced from oxipng's changelog.

Version 10.1.1

  • [Performance] Improve Bigrams performance, giving notably faster results at lower levels.
  • [Improvement] Change --np flag to also prevent conversion to indexed from other color types.
  • [Improvement] Improve support for recompressing ICC profiles with high compression ratios.
  • [Misc] Add warning when --ziwi exceeds --zi.
  • [Build] Further reduce size of binaries.

Version 10.1.0

  • [Feature] Add --json option for machine-readable output.
  • [Improvement] New default output with file counter and summary. (Use an extra -v flag to get the same output as before.)
  • [Bugfix] Fix fast mode sometimes giving suboptimal results for small, indexed images.

Version 10.0.0

  • [Breaking] CLI: Change short zopfli flag from -Z to -z.
  • [Breaking] CLI: Change --pretend/-P to --dry-run/-d.
  • [Breaking] CLI: Change --interlace options from 1/0 to on/off.
  • [Breaking] API: Change Options.interlace: Option<Interlacing> to Options.interlace: Option<bool>.
  • [Breaking] API: Change Options.filter: IndexSet<RowFilter> to Options.filters: IndexSet<FilterStrategy>.
  • [Breaking] API: Change Options.deflate: Deflaters to Options.deflater: Deflater.
  • [Breaking] API: Change Deflaters::Zopfli { .. } to Deflater::Zopfli(ZopfliOptions { .. }).
  • [Breaking] API: Change optimize() to return (usize, usize), with original and optimized sizes.
  • [Feature] Allow zopfli iterations higher than 255.
  • [Feature] Add --ziwi option for zopfli iterations without improvement.
  • [Feature] Add --max-raw-size option to skip images that are too large.
  • [Feature] Add --brute-level and --brute-lines options for advanced control of Brute filter.
  • [Improvement] Reduce memory usage for fast mode.
  • [Improvement] Slightly improve compression with Brute filter at levels 5 and 6.
  • [Misc] Change --preserve option to no longer preserve last access time.
  • [Misc] Make help output colored.

Version 9.1.5

  • [Feature] Add --sequential option to process files sequentially rather than in parallel.
  • [Performance] Update to latest Zopfli with greatly improved performance.
  • [Improvement] Reduce memory usage.
  • [Bugfix] Correct handling of grayscale conversion when ICC profile is present.

Version 9.1.4

  • [Improvement] Improve optimization of APNG files (reductions still not supported yet).
  • [Improvement] Improve reductions for small images and ensure consistent results for repeat runs.
  • [Build] Add feature system-libdeflate to use the system-installed version of libdeflate.
  • [Misc] Strip C2PA metadata by default.

Version 9.1.3

  • [Feature] Add --zi option to control the number of Zopfli iterations.

... (truncated)

Commits
  • 628e241 v10.1.1 (#813)
  • e167b04 Warn when Zopfli --ziwi exceeds --zi (#812)
  • fbae359 chore(deps): bump dawidd6/action-download-artifact from 19 to 20 (#808)
  • 55b9758 chore(deps): bump indexmap from 2.13.0 to 2.13.1 in the rust-dependencies gro...
  • 010b76e chore(deps): bump softprops/action-gh-release from 2 to 3 (#811)
  • d239592 Migrate Docker CI to newer docker/github-builder (#810)
  • 0cf8b78 Use build-std to reduce binary size (#807)
  • 25e147f Prevent conversion to indexed when palette reduction is off (#802)
  • a753438 Increase icc decompression buffer size (#803)
  • 7d52fd6 Improve bigrams performance (#804)
  • Additional commits viewable in compare view

@dependabot @github

dependabot Bot commented on behalf of github Jul 22, 2026

Copy link
Copy Markdown
Contributor 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.

@dependabot
dependabot Bot force-pushed the dependabot/cargo/original-code/xanadugold/src-rust/oxipng-10 branch 2 times, most recently from 93a4492 to 543bf1d Compare July 23, 2026 15:50
Updates the requirements on [oxipng](https://github.com/oxipng/oxipng) to permit the latest version.
- [Release notes](https://github.com/oxipng/oxipng/releases)
- [Changelog](https://github.com/oxipng/oxipng/blob/master/CHANGELOG.md)
- [Commits](oxipng/oxipng@v9.0.0...v10.1.1)

---
updated-dependencies:
- dependency-name: oxipng
  dependency-version: 10.1.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): update oxipng requirement from 9 to 10 in /original-code/xanadugold/src-rust build(deps): update oxipng requirement from 9 to 10 in /original-code/xanadugold/src-rust Aug 4, 2026
@dependabot
dependabot Bot force-pushed the dependabot/cargo/original-code/xanadugold/src-rust/oxipng-10 branch from 543bf1d to 4632250 Compare August 4, 2026 18:41
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