From 730a7b0f288819079f5206064c613959ddc24138 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 14:25:53 +0000 Subject: [PATCH] Update Rust crate pyo3 to 0.23.4 --- shaperglot-py/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shaperglot-py/Cargo.toml b/shaperglot-py/Cargo.toml index 7b1b80f..ac53bbc 100644 --- a/shaperglot-py/Cargo.toml +++ b/shaperglot-py/Cargo.toml @@ -10,5 +10,5 @@ crate-type = ["cdylib"] [dependencies] shaperglot = { path = "../shaperglot-lib" } -pyo3 = "0.22" +pyo3 = "0.23.4" pythonize = "0.22.0"