From 769192da4b2b9596b62c1696dbbe4e4ba72163d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 15:59:43 +0000 Subject: [PATCH] chore(deps): update rust crate compio to v0.13.2 (#1476) 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 | |---|---|---|---| | [compio](https://redirect.github.com/compio-rs/compio) | workspace.dependencies | patch | `0.13.1` -> `0.13.2` | --- ### 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/spiraldb/vortex). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e78fb82d7a..e95537afb6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -731,9 +731,9 @@ dependencies = [ [[package]] name = "compio" -version = "0.13.1" +version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb5dcaed4ddf9ebe6824624cc58db7297bdf7340edc90ef49d44bfe6d3173bea" +checksum = "0fe8bc9e08b21482403f5f5ada7e2837c62333ee2cbb90514acf1a3c92def509" dependencies = [ "compio-buf", "compio-dispatcher", @@ -747,7 +747,6 @@ dependencies = [ "compio-quic", "compio-runtime", "compio-signal", - "compio-tls", ] [[package]] @@ -823,7 +822,6 @@ dependencies = [ "compio-buf", "futures-util", "paste", - "pin-project-lite", ] [[package]] @@ -940,17 +938,6 @@ dependencies = [ "windows-sys 0.52.0", ] -[[package]] -name = "compio-tls" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26374abe211b7bce4140e0f7e2d354afeeb329e4bf4b2ff2deb86814009136ce" -dependencies = [ - "compio-buf", - "compio-io", - "rustls", -] - [[package]] name = "concurrent-queue" version = "2.5.0" @@ -2886,7 +2873,7 @@ version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56" dependencies = [ - "proc-macro-crate 3.2.0", + "proc-macro-crate 1.3.1", "proc-macro2", "quote", "syn 2.0.89", @@ -3783,7 +3770,6 @@ version = "0.23.18" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9c9cc1d47e243d655ace55ed38201c19ae02c148ae56412ab8750e8f0166ab7f" dependencies = [ - "log", "once_cell", "ring", "rustls-pki-types",