From 89bc0c45940a2c156013399bf53eab56761e7431 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 08:40:30 +0000 Subject: [PATCH] Update pyo3 requirement from 0.21.0 to 0.22.0 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.21.0...v0.22.0) --- 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 8a00dbe8d..bbbc40a06 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.21.0" +version = "0.22.0" default-features = false features = ["macros", "extension-module", "abi3-py38"]