fix(deps): update rust crate png to 0.17.13 - autoclosed #188
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.
This PR contains the following updates:
0.17
->0.17.13
Release Notes
image-rs/image-png (png)
v0.17.13
Compare Source
Send
bound onReader
.v0.17.12
Compare Source
Info
struct.-Z minimal-versions
.v0.17.11
Compare Source
new_with_info
constructor for encoder.Reader::finish
to read all the auxillary chunks that comes after theimage.
v0.17.10
Compare Source
v0.17.9
Compare Source
v0.17.8
re-encode and subsequently decode a corpus of images.
v0.17.7
v0.17.6
Decoder::read_header_info
to query the information contained in thePNG header.
v0.17.5
Compare Source
sensitive to the order of
gAMA
,cHRM
, andsRGB
chunks.v0.17.4
Compare Source
{Decoder,StreamDecoder}::set_ignore_text_chunk
to disable decoding ofancillary text chunks during the decoding process (chunks decoded by default).
such as palette, gamma, … occur at most once as specified.
#[forbid(unsafe_code)]
again. This may come at a minor performancecost when decoding ASCII text for now.
correct result, or fail the image decoding. As new chunk types are decoded
this introduced regressions relative to previous versions.
v0.17.3
Compare Source
Writer::finish
would not drop the underlying writer. Thiswould fail to flush and leak memory when using a buffered file writers.
Writer::finish
will now eagerly flush the underlying writer,returning any error that this operation may result in.
v0.17.2
Encoder::validate_sequence
to enable validation of the written framesequence, that is, if the number of written images is consistent with the
animation state.
introduced in 0.17 but this fixes some cases where this validation was too
aggressive compared to previous versions.
Writer::finish
to fully check the write of the end of an imageinstead of silently ignoring potential errors in
Drop
.Writer::write_chunk
method now validates that the computed chunk lengthdoes not overflow the limit set by PNG.
flush
orwrite
of an underlying writer panicked, or in some other uses ofStreamWriter
.v0.17.1
Send
bound onReader
.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.