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
Closed
deps(deps): bump icy_sixel from 0.5.1 to 0.6.0 in the cargo-dependencies group#207dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
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>
8 tasks
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
Contributor
Author
|
Looks like icy_sixel is no longer updatable, so this is no longer needed. |
dependabot
Bot
deleted the
dependabot/cargo/cargo-dependencies-c8d39cd846
branch
August 28, 2026 00:01
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the cargo-dependencies group with 1 update: icy_sixel.
Updates
icy_sixelfrom 0.5.1 to 0.6.0Changelog
Sourced from icy_sixel's changelog.
Commits
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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