From b66e05454bdb25906d15574f8784b7e1836ddf4e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 11:41:54 +0000 Subject: [PATCH] Update Rust crate pyo3 to 0.23.3 --- 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 d01fd21..a395cf4 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.3" pythonize = "0.22.0" \ No newline at end of file