From c556ffc2605568cc412f2528fe2b8e6143695996 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 11:10:50 +0000 Subject: [PATCH] chore(deps): update rust crate pyo3-log to 0.12.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ec719bc738..0d2d9c613d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -110,7 +110,7 @@ prost = "0.13.0" prost-build = "0.13.0" prost-types = "0.13.0" pyo3 = { version = "0.22.2", features = ["extension-module", "abi3-py310"] } -pyo3-log = "0.11.0" +pyo3-log = "0.12.0" rand = "0.8.5" rayon = "1.10.0" regex = "1.11.0"