chore(deps): png 0.18 (API migration) + fs-err/time patch group#121
Merged
Conversation
…roup Handles Dependabot #116 (cargo-minor-patch group) and #117 (png) together, verified on the current toolchain (rustc 1.97.0) rather than their stale CI: - **png 0.17.16 → 0.18.1** — real API break, migrated in whp-helper/dib.rs (CF_DIB↔PNG clipboard conversion): 0.18's `Decoder::new` now requires `Read + Seek`, so the `&[u8]` input is wrapped in `std::io::Cursor`; and `Reader::output_buffer_size()` now returns `Option<usize>` (None on size overflow), threaded through with `?`. - **fs-err 3.3.0 → 3.3.1, time 0.3.51 → 0.3.53, time-macros 0.2.30 → 0.2.31** — patch-level, Cargo.lock only (Dependabot's minor-patch group). Verified: whp-helper builds; the 4 dib PNG↔DIB roundtrip/orientation unit tests pass (exercise both encode and decode paths); full-workspace `clippy --all-targets -D warnings` and `fmt --check` clean. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This was referenced Jul 10, 2026
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.
Handles Dependabot #116 (cargo-minor-patch group) and #117 (png) together, verified on the current toolchain (rustc 1.97.0) rather than their stale 07-05 CI.
whp-helper/dib.rs(CF_DIB↔PNG clipboard conversion): 0.18'sDecoder::newrequiresRead + Seek→&[u8]wrapped instd::io::Cursor;Reader::output_buffer_size()now returnsOption<usize>→ threaded with?.Verified locally: whp-helper builds; the 4
dibPNG↔DIB roundtrip/orientation unit tests pass (both encode + decode); full-workspaceclippy --all-targets -D warnings+fmt --checkclean. Supersedes #116 and #117 (closing them).🤖 Generated with Claude Code