From e7a7f19a7ef3d803afec63ceb965ac5d23013e02 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 08:45:11 +0000 Subject: [PATCH] Update Rust crate pyo3 to v0.20.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 578a982..9ac2c8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ anyhow = "1.0.81" chrono = "0.4.35" indexmap = "2.2.5" nom = "7.1.3" -pyo3 = { version = "=0.20.2", features = ["chrono"] } +pyo3 = { version = "=0.20.3", features = ["chrono"] } rayon = "1.9.0" regex = "1.10.3" serde = { version = "1.0.197", features = ["derive"] }