From 31198a01912ab18c62e072f57f3f704d8ce86e6c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 01:04:01 +0000 Subject: [PATCH] chore(deps): update rust crate croaring to v2.0.3 (#556) 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 | |---|---|---|---| | [croaring](https://togithub.com/RoaringBitmap/croaring-rs) | workspace.dependencies | patch | `2.0.2` -> `2.0.3` | --- ### Release Notes
RoaringBitmap/croaring-rs (croaring) ### [`v2.0.3`](https://togithub.com/RoaringBitmap/croaring-rs/releases/tag/v2.0.3) [Compare Source](https://togithub.com/RoaringBitmap/croaring-rs/compare/v2.0.2...v2.0.3) #### What's Changed - Use new croaring funcs by [@​Dr-Emann](https://togithub.com/Dr-Emann) in [https://github.com/RoaringBitmap/croaring-rs/pull/141](https://togithub.com/RoaringBitmap/croaring-rs/pull/141) - Bump cc from 1.0.104 to 1.1.5 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/RoaringBitmap/croaring-rs/pull/144](https://togithub.com/RoaringBitmap/croaring-rs/pull/144) - Bump roaring from 0.10.5 to 0.10.6 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/RoaringBitmap/croaring-rs/pull/142](https://togithub.com/RoaringBitmap/croaring-rs/pull/142) - Bump to croaring 4.1.1 by [@​Dr-Emann](https://togithub.com/Dr-Emann) in [https://github.com/RoaringBitmap/croaring-rs/pull/147](https://togithub.com/RoaringBitmap/croaring-rs/pull/147) - Fix [#​148](https://togithub.com/RoaringBitmap/croaring-rs/issues/148) by [@​Dr-Emann](https://togithub.com/Dr-Emann) in [https://github.com/RoaringBitmap/croaring-rs/pull/149](https://togithub.com/RoaringBitmap/croaring-rs/pull/149) - missed update to Cargo.lock for croaring 2.0.3 by [@​Dr-Emann](https://togithub.com/Dr-Emann) in [https://github.com/RoaringBitmap/croaring-rs/pull/150](https://togithub.com/RoaringBitmap/croaring-rs/pull/150) **Full Changelog**: https://github.com/RoaringBitmap/croaring-rs/compare/v2.0.2...v2.0.3
--- ### 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://www.mend.io/free-developer-tools/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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 56796cd595..5c3db8676d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -848,18 +848,18 @@ dependencies = [ [[package]] name = "croaring" -version = "2.0.2" +version = "2.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0e46816d88255a7b8e5425d66654e69e6acd259550cba8b626b970c731bc643" +checksum = "d13422e90a628aec4d7a4ba90dcedb83b61df78dc3acbf5c8dc34950f78321ec" dependencies = [ "croaring-sys", ] [[package]] name = "croaring-sys" -version = "4.1.0" +version = "4.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7292fe1b0fa8de30e53cddcb858ee86aadacfbab95c3fac3dd8caebe2817c8d" +checksum = "477aae161688bba225cba3a1c7fe79499eec3f51e71feac8e6382e79be960e3f" dependencies = [ "cc", ]