From 04eb6e4925b3f8506538425dd821d057d8826f43 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 23:06:35 +0000 Subject: [PATCH] chore(deps): update rust crate pyo3 to 0.23.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 270751c385..18bcf438ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -106,7 +106,7 @@ tabled = { version = "0.17.0", default-features = false } prost = "0.13.0" prost-build = "0.13.0" prost-types = "0.13.0" -pyo3 = { version = "0.22.2", features = ["extension-module", "abi3-py310"] } +pyo3 = { version = "0.23.0", features = ["extension-module", "abi3-py310"] } pyo3-log = "0.11.0" rand = "0.8.5" rayon = "1.10.0"