Skip to content

build(deps): bump columnar from 0.6.0 to 0.9.0 #33015

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 13, 2025

Bumps columnar from 0.6.0 to 0.9.0.

Release notes

Sourced from columnar's releases.

columnar-v0.9.0

Other

  • Specialize Vecs::Push
  • Remove Columnar::Ref and replace by type defs
  • Optimize non-shifting case
  • Tidy extend_from_self
  • Update _extend benchmark
  • Add Container::extend_from_self

columnar-v0.8.0

Other

  • Specialize Vecs::Push
  • Remove Columnar::Ref and replace by type defs
  • Optimize non-shifting case
  • Tidy extend_from_self
  • Update _extend benchmark
  • Add Container::extend_from_self

columnar-v0.7.0

Other

  • Update MSRV to 1.79
  • Add Container::reborrow_ref
  • Introduce PushIndexAs trait
  • Minimize as Container use
  • Remove type argument from Container
  • Introduce Container::Ref type
  • Migrate Push constraint
  • Migrate Clear constraint
  • Migrate Len constraint
  • Migrate Default constraint
  • Migrate Clone constraint
  • Migrate Send constraint
  • Clippy clean-up
  • Revert D: Display Push due to perf, but with note
  • Unify Strings::push implementations
  • Update ops benchmark
Changelog

Sourced from columnar's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

0.8.0 - 2025-07-05

Other

  • Specialize Vecs::Push
  • Remove Columnar::Ref and replace by type defs
  • Optimize non-shifting case
  • Tidy extend_from_self
  • Update _extend benchmark
  • Add Container::extend_from_self

0.7.0 - 2025-07-05

Other

  • Update MSRV to 1.79
  • Add Container::reborrow_ref
  • Introduce PushIndexAs trait
  • Minimize as Container use
  • Remove type argument from Container
  • Introduce Container::Ref type
  • Migrate Push constraint
  • Migrate Clear constraint
  • Migrate Len constraint
  • Migrate Default constraint
  • Migrate Clone constraint
  • Migrate Send constraint
  • Clippy clean-up
  • Revert D: Display Push due to perf, but with note
  • Unify Strings::push implementations
  • Update ops benchmark
Commits
  • d5928fb Merge pull request #56 from frankmcsherry/version_09
  • 656e128 Bump versions to 09/03
  • a906c77 Add Copy to CopyAs
  • 635f738 Merge pull request #55 from frankmcsherry/offsets
  • 6a30da0 Containers for integer offsets
  • bda04ef Update whitespace
  • db17a0b Merge pull request #54 from frankmcsherry/ops_bench
  • 70107c0 Update benches/ops
  • 6d4f1f6 Merge pull request #53 from frankmcsherry/bytes_container
  • bc7d601 Copy specialized extend_from_self
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [columnar](https://github.com/frankmcsherry/columnar) from 0.6.0 to 0.9.0.
- [Release notes](https://github.com/frankmcsherry/columnar/releases)
- [Changelog](https://github.com/frankmcsherry/columnar/blob/master/CHANGELOG.md)
- [Commits](frankmcsherry/columnar@columnar-v0.6.0...columnar-v0.9.0)

---
updated-dependencies:
- dependency-name: columnar
  dependency-version: 0.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the A-dependencies Area: dependency upgrades label Jul 13, 2025
@dependabot dependabot bot requested a review from a team as a code owner July 13, 2025 23:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-dependencies Area: dependency upgrades
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants