From 5b65b99d95fde6c1e478e2cbbebe51ff3346a716 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Oct 2025 17:38:38 +0000 Subject: [PATCH] fix(deps): update rust crate pyo3 to 0.27.0 --- ferron/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ferron/Cargo.toml b/ferron/Cargo.toml index 1a6389fb..540dcd0b 100644 --- a/ferron/Cargo.toml +++ b/ferron/Cargo.toml @@ -66,7 +66,7 @@ tokio-tungstenite = { version = "0.28.0", features = [ "rustls-tls-native-roots", ] } http = "1.2.0" -pyo3 = { version = "0.26.0", optional = true, features = [ +pyo3 = { version = "0.27.0", optional = true, features = [ "anyhow", "auto-initialize", ] }