From 841956c4907a8e17d344657cee266b8328213b63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 08:49:21 +0000 Subject: [PATCH] Update pyo3 requirement from 0.22.0 to 0.23.1 in /src/rust/iced-x86-py 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] --- src/rust/iced-x86-py/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rust/iced-x86-py/Cargo.toml b/src/rust/iced-x86-py/Cargo.toml index 859d214a9..744db25fc 100644 --- a/src/rust/iced-x86-py/Cargo.toml +++ b/src/rust/iced-x86-py/Cargo.toml @@ -13,7 +13,7 @@ crate-type = ["cdylib"] bincode = "1.3.3" [dependencies.pyo3] -version = "0.22.0" +version = "0.23.1" default-features = false features = ["macros", "extension-module", "abi3-py38"]