From a3f4ada7a71527449c62f5de26a541298a9528a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 16:07:10 +0000 Subject: [PATCH] chore(deps): 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 c3329308fa..d543bea6aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -107,7 +107,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"