From 04732b23fb0464572d12c2d94102ea4d5a50cdfe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Feb 2025 22:04:42 +0200 Subject: [PATCH] Update Rust crate ctor to v0.3.6 (#25188) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ctor](https://redirect.github.com/mmastrac/rust-ctor) | workspace.dependencies | patch | `0.3.1` -> `0.3.6` | --- ### Configuration 📅 **Schedule**: Branch creation - "after 3pm on Wednesday" in timezone America/New_York, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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 --- Release Notes: - N/A Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 53ab50f7fb687be45c931ff54899b014c3367239..461164251b5807a891e17c9191408f78687e987c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3611,9 +3611,18 @@ dependencies = [ [[package]] name = "ctor" -version = "0.3.1" +version = "0.3.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "21d960ecacd0a1bf55e73144b72de745e7bf275c7952c50e36e8af0a0cb7ab1f" +dependencies = [ + "ctor-proc-macro", +] + +[[package]] +name = "ctor-proc-macro" +version = "0.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bba74424191d99c617a172ef126d429f62fe54aba1002c4d36e49403ce4b00a2" +checksum = "c426d2ba3e525b39c1f0a9ba41b9fe61878dee11fa4e4a76b6ab440f46c5db5d" [[package]] name = "ctrlc"