From 44b5ea98238bf5a9db6de5e56c91d0269bc4cce9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2024 04:06:43 +0000 Subject: [PATCH] fix(deps): update rust crate pyo3-log to v0.12.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d713c666..1a2aee33 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -385,9 +385,9 @@ dependencies = [ [[package]] name = "pyo3-log" -version = "0.12.0" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3eb421dc86d38d08e04b927b02424db480be71b777fa3a56f32e2f2a3a1a3b08" +checksum = "be5bb22b77965a7b5394e9aae9897a0607b51df5167561ffc3b02643b4200bc7" dependencies = [ "arc-swap", "log", diff --git a/Cargo.toml b/Cargo.toml index 7cd4ce59..c9fbd9be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ ignore = "=0.4.23" log = "=0.4.22" path-slash = "=0.2.1" pyo3 = { version = "=0.23.3", features = ["abi3-py39", "generate-import-lib"] } -pyo3-log = "=0.12.0" +pyo3-log = "=0.12.1" rayon = "=1.10.0" regex = "=1.11.1" ruff_python_ast = { git = "https://github.com/astral-sh/ruff", tag = "0.8.1" }