Skip to content

deps(deps): bump icy_sixel from 0.5.1 to 0.6.0 in the cargo-dependencies group - #207

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/cargo-dependencies-c8d39cd846
Closed

deps(deps): bump icy_sixel from 0.5.1 to 0.6.0 in the cargo-dependencies group#207
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/cargo-dependencies-c8d39cd846

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the cargo-dependencies group with 1 update: icy_sixel.

Updates icy_sixel from 0.5.1 to 0.6.0

Changelog

Sourced from icy_sixel's changelog.

[0.6.0] - 2026-08-19

Added

  • Stateful SixelDecoder API for preserving the 256 SIXEL color registers across images.
  • Transactional palette updates, independent decoder instances, and reset_palette() support for DEC Private Mode 1070 integrations.
  • Benchmark group covering canvas growth for streams without raster attributes.

Fixed

  • Decoding a stream without raster attributes no longer reallocates the canvas for every column. The canvas now grows geometrically, turning quadratic decode time into linear (an 8000-pixel-wide band decodes ~122x faster).
  • SixelImage::background_mode now reflects the decoded pixels. Without a P2 parameter the decoder fills undrawn pixels opaquely but previously reported Transparent.
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the cargo-dependencies group with 1 update: [icy_sixel](https://github.com/mkrueger/icy_sixel).


Updates `icy_sixel` from 0.5.1 to 0.6.0
- [Changelog](https://github.com/mkrueger/icy_sixel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mkrueger/icy_sixel/commits/v0.6.0)

---
updated-dependencies:
- dependency-name: icy_sixel
  dependency-version: 0.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Aug 25, 2026
l1a added a commit that referenced this pull request Aug 27, 2026
Consolidates Dependabot #207 onto a gated branch so the release hygiene
it bypasses -- version bump, NOTES entry, man regen -- is actually done.

Not lockfile-only: a caret range on a 0.x spec will not admit 0.6, so the
Cargo.toml spec widened "0.5" -> "0.6". icy_sixel is graphics-feature-only,
so only --features graphics and the CI graphics-feature job compile it.

The 0.x minor is semver-breaking by convention but does not reach retch:
sixel_image.rs and encoder.rs, which hold the only two calls retch makes,
are sha256-identical between 0.5.1 and 0.6.0. The whole change is
decoder-side (a new stateful SixelDecoder, additively exported, plus a
MAX_PIXELS decode guard) and retch only ever emits sixel.

docs/retch.1 also loses 164 .Bl/.El lines, which is NOT from this bump:
mandown was upgraded to 1.1.1 after v0.9.4 shipped and no longer emits
them. They are mdoc macros, undefined in man(7) -- groff warns twice on
the old page and not at all on the new one, and the rendered output is
byte-identical. Proved pre-existing by regenerating at the committed
version 0.9.4 first.

retch-cli -> 0.9.5; retch-sysinfo unchanged at 0.1.56.

Assisted-By: Claude Opus 5
@dependabot @github

dependabot Bot commented on behalf of github Aug 28, 2026

Copy link
Copy Markdown
Contributor Author

Looks like icy_sixel is no longer updatable, so this is no longer needed.

@dependabot dependabot Bot closed this Aug 28, 2026
@dependabot
dependabot Bot deleted the dependabot/cargo/cargo-dependencies-c8d39cd846 branch August 28, 2026 00:01
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