diff --git a/Cargo.toml b/Cargo.toml index 27ab796..edd1000 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pillow-jxl-plugin" -version = "1.3.0" +version = "1.3.1" edition = "2021" build = "build.rs" @@ -11,7 +11,7 @@ crate-type = ["cdylib"] [dependencies] pyo3 = { version="0.23.3", features = ["extension-module"] } -jpegxl-rs = { version="0.11.0", default-features = false } +jpegxl-rs = { version="0.11.2", default-features = false } [features] # Enables parallel processing support by enabling the "rayon" feature of jpeg-decoder.