From 00577ccf347cb23ab9892c248eea17b2adbb1c77 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jul 2024 15:04:56 +0000 Subject: [PATCH] Update Rust crate pyo3 to 0.22.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f9679c5221..e40038fa00 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -90,7 +90,7 @@ prettytable-rs = "0.10.0" prost = "0.13.0" prost-build = "0.13.0" prost-types = "0.13.0" -pyo3 = { version = "0.21.2", features = ["extension-module", "abi3-py311"] } +pyo3 = { version = "0.22.0", features = ["extension-module", "abi3-py311"] } pyo3-log = "0.11.0" rand = "0.8.5" rayon = "1.10.0"