From a075228a3a164df314bec8e281595ca3d2f2ac48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 09:06:11 +0000 Subject: [PATCH] chore(deps): bump pyo3-log from 0.13.1 to 0.13.2 in the prod-deps group Bumps the prod-deps group with 1 update: [pyo3-log](https://github.com/vorner/pyo3-log). Updates `pyo3-log` from 0.13.1 to 0.13.2 - [Changelog](https://github.com/vorner/pyo3-log/blob/main/CHANGELOG.md) - [Commits](https://github.com/vorner/pyo3-log/compare/v0.13.1...v0.13.2) --- updated-dependencies: - dependency-name: pyo3-log dependency-version: 0.13.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a15a6d3a..0845cd7b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1163,9 +1163,9 @@ dependencies = [ [[package]] name = "pyo3-log" -version = "0.13.1" +version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d359e20231345f21a3b5b6aea7e73f4dc97e1712ef3bfe2d88997ac6a308d784" +checksum = "2f8bae9ad5ba08b0b0ed2bb9c2bdbaeccc69cafca96d78cf0fbcea0d45d122bb" dependencies = [ "arc-swap", "log", diff --git a/Cargo.toml b/Cargo.toml index 37c7ef2c..8d145f32 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ polars-core = { version = ">=0.50", default-features = false, features = [ ], optional = true } pyo3 = { version = "^0.26", features = ["abi3-py39"], optional = true } pyo3-arrow = { version = "^0.14", default-features = false, optional = true } -pyo3-log = { version = "^0.13.1", optional = true } +pyo3-log = { version = "^0.13.2", optional = true } [dev-dependencies] anyhow = "1.0.100"