From dcb8d12ada0bcef88d090b8c380149419a65fbc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 13:45:09 +0000 Subject: [PATCH] :arrow_up: (deps): Update pyo3 requirement from 0.22.0 to 0.23.1 Updates the requirements on [pyo3](https://github.com/pyo3/pyo3) to permit the latest version. - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](https://github.com/pyo3/pyo3/compare/v0.22.0...v0.23.1) --- updated-dependencies: - dependency-name: pyo3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 280e084..096a771 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ name = "pillow_jxl" crate-type = ["cdylib"] [dependencies] -pyo3 = { version="0.22.0", features = ["extension-module"] } +pyo3 = { version="0.23.1", features = ["extension-module"] } jpegxl-rs = { version="0.11.0", default-features = false } [features]