From bd66a13d2bf62d359b13273a3e5b2253a4a8133f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Jun 2024 18:09:31 +0000 Subject: [PATCH] fix(deps): update rust crate pyo3 to 0.22.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 869fa924d..566457374 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ encoding_rs = "0.8.34" ignore = "0.4.22" log = "0.4.22" path-slash = "0.2.1" -pyo3 = { version = "0.21.2", features = ["abi3-py38"] } +pyo3 = { version = "0.22.0", features = ["abi3-py38"] } pyo3-log = "0.10.0" rayon = "1.10.0" regex = "1.10.5"