From abf9457ec36eaf4a5247a226a02954d566c362da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 21:50:41 +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 d31ba9f1e2..98699cd3b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -93,7 +93,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"