Skip to content

Commit ad8a96a

Browse files
chore(deps): update rust crate fastlanes to 0.2.0 (#3878)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [fastlanes](https://redirect.github.com/spiraldb/fastlanes) | workspace.dependencies | minor | `0.1.8` -> `0.2.0` | --- ### Release Notes <details> <summary>spiraldb/fastlanes (fastlanes)</summary> ### [`v0.2.0`](https://redirect.github.com/spiraldb/fastlanes/blob/HEAD/CHANGELOG.md#020---2025-07-15) [Compare Source](https://redirect.github.com/spiraldb/fastlanes/compare/v0.1.8...v0.2.0) ##### Added - Use stable Rust edition 2021 ([#&#8203;65](https://redirect.github.com/spiraldb/fastlanes/pull/65)) ##### Other - *(deps)* update mozilla-actions/sccache-action action to v0.0.9 ([#&#8203;62](https://redirect.github.com/spiraldb/fastlanes/pull/62)) - Never inline kernel impls to improve compile times ([#&#8203;61](https://redirect.github.com/spiraldb/fastlanes/pull/61)) - Compare into byte bool ([#&#8203;60](https://redirect.github.com/spiraldb/fastlanes/pull/60)) - Bump toolchain & edition ([#&#8203;59](https://redirect.github.com/spiraldb/fastlanes/pull/59)) - Setup Codspeed ([#&#8203;58](https://redirect.github.com/spiraldb/fastlanes/pull/58)) - bump rust-toolchain ([#&#8203;54](https://redirect.github.com/spiraldb/fastlanes/pull/54)) - *(deps)* update mozilla-actions/sccache-action action to v0.0.7 ([#&#8203;53](https://redirect.github.com/spiraldb/fastlanes/pull/53)) - add throughput benchmarks ([#&#8203;51](https://redirect.github.com/spiraldb/fastlanes/pull/51)) - *(deps)* update mozilla-actions/sccache-action action to v0.0.6 ([#&#8203;49](https://redirect.github.com/spiraldb/fastlanes/pull/49)) </details> --- ### 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. --- - [ ] <!-- rebase-check -->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/vortex-data/vortex). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMjMuMiIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOlsiY2hvcmUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 677f3ee commit ad8a96a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ dyn-eq = "0.1.3"
9292
dyn-hash = "0.2.0"
9393
enum-iterator = "2.0.0"
9494
erased-serde = "0.4"
95-
fastlanes = "0.1.8"
95+
fastlanes = "0.2.0"
9696
flatbuffers = "25.2.10"
9797
flume = "0.11"
9898
fsst-rs = "0.5.2"

0 commit comments

Comments
 (0)