From 6c84b32dd6cf3a656083855b792714e950bb04ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 12:23:29 +0000 Subject: [PATCH] Update Rust crate fastlanes to v0.1.6 (#426) 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 | |---|---|---|---| | [fastlanes](https://togithub.com/spiraldb/fastlanes) | workspace.dependencies | patch | `0.1.5` -> `0.1.6` | --- ### Release Notes
spiraldb/fastlanes (fastlanes) ### [`v0.1.6`](https://togithub.com/spiraldb/fastlanes/blob/HEAD/CHANGELOG.md#016---2024-07-03) [Compare Source](https://togithub.com/spiraldb/fastlanes/compare/v0.1.5...v0.1.6) ##### Other - reimplement Bitpacking::unpack_single ([#​42](https://togithub.com/spiraldb/fastlanes/pull/42)) - clippy works now, and is pedantic ([#​38](https://togithub.com/spiraldb/fastlanes/pull/38)) - aggressive clippy ([#​37](https://togithub.com/spiraldb/fastlanes/pull/37)) - pin nightly-2024-06-19 ([#​36](https://togithub.com/spiraldb/fastlanes/pull/36)) - Apache license ([#​34](https://togithub.com/spiraldb/fastlanes/pull/34))
--- ### 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 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cba31270..e31d6e65 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1328,9 +1328,9 @@ dependencies = [ [[package]] name = "fastlanes" -version = "0.1.5" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75903ae502081d57c7be8f153bcba86ef62fb7a81ef3f02bb2b374d90d8e3f40" +checksum = "3eaa149df0f986a52ddf51797945a8c5f4ae63afdefaf58c833fd0bef2542fa0" dependencies = [ "arrayref", "num-traits",