Skip to content

chore(deps): update jxl-oxide requirement from 0.5.1 to 0.6.0 in /packages/jxl/native - #11

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/packages/jxl/native/jxl-oxide-0.6.0
Closed

chore(deps): update jxl-oxide requirement from 0.5.1 to 0.6.0 in /packages/jxl/native#11
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/packages/jxl/native/jxl-oxide-0.6.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 15, 2024

Copy link
Copy Markdown

Updates the requirements on jxl-oxide to permit the latest version.

Release notes

Sourced from jxl-oxide's releases.

jxl-oxide v0.6.0

Version 0.6.0 of jxl-oxide features better color management support, and a single CLI tool instead of two (previously jxl-dec and jxl-info).

Improved color management

Color transformation routine is rewritten. Now jxl-oxide supports:

  • Requesting custom color encoding for decoded images
  • HDR to SDR tone mapping
  • Simple ICC profile detection
  • External color management system integration, to support various ICC profiles which jxl-oxide cannot handle alone (including CMYK)

jxl-oxide comes with optional Little CMS 2 integration, and can be enabled using lcms2 Cargo feature. Note that it's a C dependency.

Merged CLI tools

jxl-dec and jxl-info are merged into jxl-oxide, and those functionality can be accessed using subcommands. See the help message for detailed usage.

Also, starting from version 0.6.0, the version of jxl-oxide-cli will match that of jxl-oxide.

Fuzzing harness using cargo-fuzz

Numerous crash bugs are found by fuzzing harness, and all crashes found are fixed. Special thanks to @​Shnatsel!

New Contributors

Full Changelog: tirr-c/jxl-oxide@0.5.2...0.6.0

Commits
  • 4e6e660 jxl-oxide: Remove lcms2 requirement from conformance test (#196)
  • 7ac2f67 Bump crate versions (#191)
  • 811b6ea Skip rustdoc of jxl-oxide CLI binary (#195)
  • 8ab4ea2 jxl-vardct: Check if elements of dequant matrix is finite and positive (#194)
  • cab9172 jxl-oxide-cli: Add --quiet, allow multiple --verbose (#192)
  • c440f09 jxl-modular: Use wrapping arithmetic in sample computation (#190)
  • 3cfbca5 jxl-frame: Bail out if PatchRef index is out of range (#189)
  • aab9b43 jxl-oxide-cli: Log error information instead of panicking (#188)
  • aa98b95 jxl-bitstream: Handle small jxlp boxes (#186)
  • 4a0a221 jxl-render: Loosen copy_modular_groups assertions (#184)
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Updates the requirements on [jxl-oxide](https://github.com/tirr-c/jxl-oxide) to permit the latest version.
- [Release notes](https://github.com/tirr-c/jxl-oxide/releases)
- [Commits](tirr-c/jxl-oxide@0.5.1...0.6.0)

---
updated-dependencies:
- dependency-name: jxl-oxide
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jan 15, 2024
@dependabot @github

dependabot Bot commented on behalf of github Feb 26, 2024

Copy link
Copy Markdown
Author

Superseded by #12.

@dependabot dependabot Bot closed this Feb 26, 2024
@dependabot
dependabot Bot deleted the dependabot/cargo/packages/jxl/native/jxl-oxide-0.6.0 branch February 26, 2024 20:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants