Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): update jpeg-decoder requirement from 0.2.1 to 0.3.0 #85

Merged
merged 1 commit into from
Dec 1, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2023

Updates the requirements on jpeg-decoder to permit the latest version.

Changelog

Sourced from jpeg-decoder's changelog.

v0.3.0 (2022-10-17)

  • The MSRV policy is now managed by the rust-version field in Cargo.toml.
  • The color transform can now be overridden as well as hinted with Decoder::set_color_transform.

v0.2.6 (2022-05-09)

  • Another fix to allow usage in WASM target.
  • Decoding in the WASM target is now actively tested in CI.

v0.2.5 (2022-05-02)

  • Fix single threaded usage in WASM target.

v0.2.4 (2022-04-01)

  • Corrects minimal version requirements of dependency rayon.

v0.2.3 (2022-02-14)

  • Added Decoder::set_max_decoding_buffer_size which limits the bytes allocated for the output of the decoding process.
  • Added Arm64-Neon intrinsic implementation of idct and color conversion. This depends on a Rust nightly compiler feature (aarch64_target_feature) and it must be explicitly enabled. As soon as the minimum supported Rust version includes the stabilization of this feature, the code will be enabled by default and the feature changed to do nothing.

v0.2.2 (2022-02-12)

  • Added and SSE3-specific SIMD intrinsic implementation for idct and color conversion. It will run if applicable targets are detect at runtime.
  • The SIMD implementation is not bit-for-bit compatible with non-SIMD output. You can enable the platform_independent feature, to ensure that only bit-for-bit equivalent code runs and output is the same on all platforms.
  • Improved performance some more by avoiding bounds checks with array types.
  • Multithreading is now used more frequently, without the rayon target, except on an explicit list of unsupported platforms.

v0.2.1 (2022-12-09)

  • Fix decoding error due to conflict of lossless with some spectral selections.

v0.2.0 (2021-12-04)

  • Added Lossless JPEG support
  • Added support for EXIF and ICC data

... (truncated)

Commits
  • 071bca9 Align versions for wasm-bindgen
  • acf8fe6 Add Changelog for Version 0.3
  • 1aace07 Merge pull request #261 from image-rs/ci-wasm-and-issues
  • 424c344 Merge pull request #255 from AlanRace/override-colour-transform
  • f911dde fixup! Pin wasm workflow to exact, compatible bindgen
  • dc19f7b Merge pull request #260 from micahsnyder/issue-250-arithmetic-overflow
  • 54cbed1 Print Exif, Icc available in decode example
  • 944c783 Pin wasm workflow to exact, compatible bindgen
  • b3165d6 Merge pull request #259 from micahsnyder/issue-258-rust-toolchain
  • 950d7d7 Merge pull request #254 from AlanRace/clonable-error
  • 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 [jpeg-decoder](https://github.com/image-rs/jpeg-decoder) to permit the latest version.
- [Changelog](https://github.com/image-rs/jpeg-decoder/blob/master/CHANGELOG.md)
- [Commits](image-rs/jpeg-decoder@v0.2.1...v0.3.0)

---
updated-dependencies:
- dependency-name: jpeg-decoder
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Dec 1, 2023
@MarijnS95 MarijnS95 merged commit 21d6b20 into master Dec 1, 2023
10 checks passed
@MarijnS95 MarijnS95 deleted the dependabot/cargo/jpeg-decoder-0.3.0 branch December 1, 2023 19:56
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.

1 participant