Skip to content

build(deps): bump gif from 0.11.1 to 0.11.4#208

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/gif-0.11.4
Closed

build(deps): bump gif from 0.11.1 to 0.11.4#208
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/gif-0.11.4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jul 4, 2022

Bumps gif from 0.11.1 to 0.11.4.

Changelog

Sourced from gif's changelog.

v0.11.4

Bufixes:

  • Fix decoding confusing superfluous image data from previous frames with current frame data.
  • Bump minimum required version of weezl.

Features:

  • Add Encoder::{get_ref, get_mut, into_inner} to access underlying stream.

v0.11.3

Bugfixes:

  • Fix panic while decoding some images, has no precise cause in the file.
  • Warn about set_extensions being unimplemented...

Features:

  • Added StreamingDecoder::version to query the precise version of the standard used for encoding the file. This is merely a hint.
  • Added DecodeOptions::allow_unknown_blocks to skip over unknown or unspecified block kinds.

Optimization:

  • Frame::from_rgba now recognizes when less than 256 colors are being used, dynamically skipping the quantization phase.
  • Encoding image chunks is faster and simpler

v0.11.2

  • Fix panic when LZW code size is invalid
  • Added option to omit check for lzw end code
Commits
  • e070cfb Release notes for version 0.11.4
  • ed1d8d7 Merge pull request #131 from image-rs/issue-130-superfluous-data
  • cb3b0e3 Fix: stale data across next frame
  • f05cd52 Merge pull request #127 from jdm/patch-1
  • a41613d Update minimum weezl version.
  • 0bd83c5 Merge pull request #126 from andylizi/get-writer-ref
  • e03205c Add warning for Encoder::get_mut docs
  • 39c2a01 Add Encoder::{get_ref, get_mut}
  • 94a2674 Merge pull request #124 from andylizi/fix-tests-windows
  • 69da384 Make tests work on Windows
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [gif](https://github.com/image-rs/image-gif) from 0.11.1 to 0.11.4.
- [Release notes](https://github.com/image-rs/image-gif/releases)
- [Changelog](https://github.com/image-rs/image-gif/blob/master/Changes.md)
- [Commits](image-rs/image-gif@v0.11.1...v0.11.4)

---
updated-dependencies:
- dependency-name: gif
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jul 4, 2022

The following labels could not be found: rust, dependencies.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Nov 21, 2022

Superseded by #231.

@dependabot dependabot Bot closed this Nov 21, 2022
@dependabot dependabot Bot deleted the dependabot/cargo/gif-0.11.4 branch November 21, 2022 01:39
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