From 46fd9316306bbec5522472dc1ddbf6958609e3e9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 02:21:59 +0000 Subject: [PATCH] chore(deps): update all patch updates (patch) (#1463) 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.0` -> `0.13.1` | | [hashbrown](https://redirect.github.com/rust-lang/hashbrown) | workspace.dependencies | patch | `0.15.1` -> `0.15.2` | --- ### Release Notes
rust-lang/hashbrown (hashbrown) ### [`v0.15.2`](https://redirect.github.com/rust-lang/hashbrown/blob/HEAD/CHANGELOG.md#v0152---2024-11-14) ##### Added - Marked `const fn` constructors as `rustc_const_stable_indirect` when built as part of the standard library. ([#​586](https://redirect.github.com/rust-lang/hashbrown/issues/586))
--- ### 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] 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 | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bd44e67c15..ab02e4b635 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -220,7 +220,7 @@ dependencies = [ "chrono", "chrono-tz", "half", - "hashbrown 0.15.1", + "hashbrown 0.15.2", "num", ] @@ -731,9 +731,9 @@ dependencies = [ [[package]] name = "compio" -version = "0.13.0" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64126a616f93d2ca178875a941da3917fc387b62af216c70bd714b5d2ed5259a" +checksum = "bb5dcaed4ddf9ebe6824624cc58db7297bdf7340edc90ef49d44bfe6d3173bea" dependencies = [ "compio-buf", "compio-dispatcher", @@ -752,9 +752,9 @@ dependencies = [ [[package]] name = "compio-buf" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "efe0e1ba3af4fcf7ee139f145c3d085b5051e10c5fba16dec8ecbb4fd632a676" +checksum = "d14413106aad7dd931df3c4724110dabd731c81d52ba18edb4f2d57e7beb611b" dependencies = [ "arrayvec", "bytes", @@ -775,9 +775,9 @@ dependencies = [ [[package]] name = "compio-driver" -version = "0.6.0" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb2ba06763912abc3e786204fbfdccaff4d0ccd1017092085d483f176515a22f" +checksum = "f526c522c1f3a446753668d2db162496fd301ba0b92e5d6b65ec32df2841e425" dependencies = [ "aligned-array", "cfg-if", @@ -2006,9 +2006,9 @@ dependencies = [ [[package]] name = "hashbrown" -version = "0.15.1" +version = "0.15.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a9bfc1af68b1726ea47d3d5109de126281def866b33970e10fbab11b5dafab3" +checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289" dependencies = [ "allocator-api2", "equivalent", @@ -2348,7 +2348,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da" dependencies = [ "equivalent", - "hashbrown 0.15.1", + "hashbrown 0.15.2", ] [[package]] @@ -2876,7 +2876,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.87", @@ -3073,7 +3073,7 @@ dependencies = [ "flate2", "futures", "half", - "hashbrown 0.15.1", + "hashbrown 0.15.2", "lz4_flex", "num", "num-bigint", @@ -4699,7 +4699,7 @@ dependencies = [ "flexbuffers", "futures-util", "getrandom", - "hashbrown 0.15.1", + "hashbrown 0.15.2", "humansize", "itertools 0.13.0", "log", @@ -4803,7 +4803,7 @@ version = "0.19.0" dependencies = [ "arrow-buffer", "criterion", - "hashbrown 0.15.1", + "hashbrown 0.15.2", "num-traits", "rand", "serde",