Skip to content

Commit

Permalink
⬆️ (deps): Update jpegxl-rs requirement from 0.10.4 to 0.11.0
Browse files Browse the repository at this point in the history
Updates the requirements on [jpegxl-rs](https://github.com/inflation/jpegxl-rs) to permit the latest version.
- [Release notes](https://github.com/inflation/jpegxl-rs/releases)
- [Changelog](https://github.com/inflation/jpegxl-rs/blob/master/release-plz.toml)
- [Commits](https://github.com/inflation/jpegxl-rs/commits)

---
updated-dependencies:
- dependency-name: jpegxl-rs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 3fa5caa commit 5c20892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ crate-type = ["cdylib"]

[dependencies]
pyo3 = { version="0.22.0", features = ["extension-module"] }
jpegxl-rs = { version="0.10.4", features = ["threads"] }
jpegxl-rs = { version="0.11.0", features = ["threads"] }

[features]
# Enables parallel processing support by enabling the "rayon" feature of jpeg-decoder.
Expand Down

0 comments on commit 5c20892

Please sign in to comment.