From 480089c02c2a0bcf51cf14e5efebb6113fc35979 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 01:13:48 +0000 Subject: [PATCH] Update Rust crate pyo3 to v0.23.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 39c5391..45f8d3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ anyhow = "1.0.82" chrono = "0.4.38" indexmap = "2.2.6" nom = "7.1.3" -pyo3 = { version = "=0.23.2", features = ["chrono"] } +pyo3 = { version = "=0.23.3", features = ["chrono"] } rayon = "1.10.0" regex = "1.10.4" serde = { version = "1.0.200", features = ["derive"] }