From 9c61b3796e0ad83cf46ccf555e796d55f15614b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 13:12:16 +0000 Subject: [PATCH] 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 a44f1cd..b7be6ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ http-rewriter = { git = "https://github.com/platformatic/http-rewriter" } # Default enable napi4 feature, see https://nodejs.org/api/n-api.html#node-api-version-matrix napi = { version = "3", default-features = false, features = ["napi4", "tokio_rt", "async"], optional = true } napi-derive = { version = "3", optional = true } -pyo3 = { version = "0.27.2", features = ["experimental-async"] } +pyo3 = { version = "0.28.0", features = ["experimental-async"] } pyo3-async-runtimes = { version = "0.27.0", features = ["tokio-runtime"] } thiserror = "2.0.12" tokio = { version = "1.45.1", features = ["full"] }