From 2377f53444cc9741e4dd744897a3111e3024acc2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Feb 2025 00:38:18 +0200 Subject: [PATCH] Update Rust crate ctor to 0.3.0 (#24774) 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 | minor | `0.2.6` -> `0.3.0` | --- ### 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 | 10 +++------- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 09235f3a7c..c029e055cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3611,13 +3611,9 @@ dependencies = [ [[package]] name = "ctor" -version = "0.2.9" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32a2785755761f3ddc1492979ce1e48d2c00d09311c39e4466429188f3dd6501" -dependencies = [ - "quote", - "syn 2.0.90", -] +checksum = "bba74424191d99c617a172ef126d429f62fe54aba1002c4d36e49403ce4b00a2" [[package]] name = "ctrlc" @@ -10534,7 +10530,7 @@ dependencies = [ "once_cell", "socket2", "tracing", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 050f9c57c8..3d103e492a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -398,7 +398,7 @@ cocoa-foundation = "0.2.0" convert_case = "0.7.0" core-foundation = "0.9.3" core-foundation-sys = "0.8.6" -ctor = "0.2.6" +ctor = "0.3.0" dashmap = "6.0" derive_more = "0.99.17" dirs = "4.0"