From 6d3b923891ec6fc50a7b246d4f71db7e80aa0231 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 18:54:37 +0000 Subject: [PATCH] Update Rust crate pyo3-log to 0.11.0 (#424) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pyo3-log](https://togithub.com/vorner/pyo3-log) | workspace.dependencies | minor | `0.10.0` -> `0.11.0` | --- ### Release Notes
vorner/pyo3-log (pyo3-log) ### [`v0.11.0`](https://togithub.com/vorner/pyo3-log/blob/HEAD/CHANGELOG.md#0110) - Update to pyo3 0.22. - `Logger` not longer implements `Clone`
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/spiraldb/vortex). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ab037135..d9ee9957 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2746,9 +2746,9 @@ dependencies = [ [[package]] name = "pyo3-log" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2af49834b8d2ecd555177e63b273b708dea75150abc6f5341d0a6e1a9623976c" +checksum = "3ac84e6eec1159bc2a575c9ae6723baa6ee9d45873e9bebad1e3ad7e8d28a443" dependencies = [ "arc-swap", "log", diff --git a/Cargo.toml b/Cargo.toml index 67e19e05..c61b6030 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -88,7 +88,7 @@ prost = "0.12.4" prost-build = "0.12.4" prost-types = "0.12.4" pyo3 = { version = "0.21.2", features = ["extension-module", "abi3-py311"] } -pyo3-log = "0.10.0" +pyo3-log = "0.11.0" rand = "0.8.5" reqwest = { version = "0.12.0", features = ["blocking"] } seq-macro = "0.3.5"