Bump array-init-cursor from 0.2.0 to 0.2.1 in /native/arrow_format_nif#47
Merged
kou merged 1 commit intoJun 29, 2026
Conversation
Collaborator
|
If the tests pass, I don't mind merging this. |
Member
|
@dependabot rebase |
Bumps [array-init-cursor](https://github.com/planus-org/planus) from 0.2.0 to 0.2.1. - [Release notes](https://github.com/planus-org/planus/releases) - [Changelog](https://github.com/planus-org/planus/blob/main/CHANGELOG.md) - [Commits](planus-org/planus@v0.2.0...array-init-cursor-v0.2.1) --- updated-dependencies: - dependency-name: array-init-cursor dependency-version: 0.2.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/cargo/native/arrow_format_nif/array-init-cursor-0.2.1
branch
from
June 29, 2026 06:09
03f3ea3 to
cc1b559
Compare
dependabot
Bot
deleted the
dependabot/cargo/native/arrow_format_nif/array-init-cursor-0.2.1
branch
June 29, 2026 06:15
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps array-init-cursor from 0.2.0 to 0.2.1.
Changelog
Sourced from array-init-cursor's changelog.
... (truncated)
Commits
be6f99aAdd a soundness fix for array-init-cursor (#294)1cf18d1Release 1.1.1 (#290)e1928daFix alignment of large structs in unions (#289)060ffc7Release version 1.1.0 (#288)d96b907Implement union vectors (#287)08d8c01Small fixes (#286)b8129d7MarkPrimitiveandVectorWriteas unsafe (#280)b5d9d81Update the test suite (#283)4f04f66Add extra unsafe blocks as required by 2024 edition (#282)44ffb38New rust version, new clippy issues to fix