Skip to content

Bump gif from 0.11.2 to 0.11.3#28773

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/gif-0.11.3
Closed

Bump gif from 0.11.2 to 0.11.3#28773
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/gif-0.11.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 30, 2022

Bumps gif from 0.11.2 to 0.11.3.

Changelog

Sourced from gif's changelog.

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
Commits
  • 1df06bb Add changelog for 0.11.3
  • f71ccf3 Bump version
  • a9f6ab5 Merge pull request #115 from image-rs/version-and-polish
  • 39b91c7 Fix typos spotted by review
  • 5d35786 Change check example to be permissive
  • 7a6f443 Polish documentation of MemoryLimits
  • 74fa5fe Make version number available in interface
  • b893af5 Add a simple decode-check program
  • 8cae31c Merge pull request #114 from andylizi/reuse-buffer
  • b6bba74 Switch to into_vec in LZW encoding for better performance
  • 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)

@jdm
Copy link
Copy Markdown
Member

jdm commented Mar 31, 2022

image-rs/image-gif#127

bors-servo added a commit that referenced this pull request Apr 1, 2022
Update gif dependency.

Closes #28773. Closes #28476. Closes #28479. Closes #28518. Closes #28516.
bors-servo added a commit that referenced this pull request Apr 2, 2022
Update gif dependency.

Closes #28773. Closes #28476. Closes #28479. Closes #28518. Closes #28516.
bors-servo added a commit that referenced this pull request Apr 2, 2022
Update gif dependency.

Closes #28773. Closes #28476. Closes #28479. Closes #28518. Closes #28516.
bors-servo added a commit that referenced this pull request Apr 2, 2022
Update gif dependency.

Closes #28773. Closes #28476. Closes #28479. Closes #28518. Closes #28516.
bors-servo added a commit that referenced this pull request Apr 2, 2022
Update various dependencies.

Closes #28773. Closes #28476. Closes #28479. Closes #28518. Closes #28516.
@bors-servo bors-servo closed this in ce73d8f Apr 2, 2022
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 2, 2022

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/cargo/gif-0.11.3 branch April 2, 2022 23:33
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.

1 participant