From 5f719fd2b767b6e8b3cc78a9c406652f8ac2486b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 01:40:54 +0000 Subject: [PATCH] fix(deps): update rust crate pyo3 to 0.28.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ebccc89..97c824f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [dependencies] -pyo3 = {version = "0.27.1", features = ["extension-module", "abi3-py310", "generate-import-lib"]} +pyo3 = {version = "0.28.0", features = ["extension-module", "abi3-py310", "generate-import-lib"]} unicode-segmentation = "1.12.0" unicode-width = "0.2.2"