From e2aa928f4c0cb89b750d6cc2ee67a0e2770200ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 00:56:39 +0000 Subject: [PATCH] Update Rust crate pyo3 to 0.29 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 779a88f..020730a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ wasm-bindgen = { version = "^0.2", optional = true } serde-wasm-bindgen = { version = "^0.6", optional = true } js-sys = { version = "^0.3", optional = true } getrandom = { version = "^0.4", features = ["wasm_js"], optional = true } -pyo3 = { version = "0.28", features = ["extension-module"], optional = true } +pyo3 = { version = "0.29", features = ["extension-module"], optional = true } buildinfy = { version = "^0.2", optional = true } commandy = { version = "^0.2", optional = true } commandy_macros = { version = "^0.2", optional = true }