Skip to content

chore(deps): update rust crate bit-vec to 0.9.0#6916

Merged
renovate[bot] merged 2 commits intodevelopfrom
renovate/bit-vec-0.x
Mar 12, 2026
Merged

chore(deps): update rust crate bit-vec to 0.9.0#6916
renovate[bot] merged 2 commits intodevelopfrom
renovate/bit-vec-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 12, 2026

This PR contains the following updates:

Package Type Update Change
bit-vec workspace.dependencies minor 0.8.00.9.0

Release Notes

contain-rs/bit-vec (bit-vec)

v0.9.0

==========================

  • Minimal Supported Rust Version is now 1.82
  • fn remove is implemented
  • fn fill is implemented
  • fn remove_all is implemented
  • fn clear is deprecated. Please use .fill(false) instead!
  • fn push_within_capacity is implemented
  • bug fix: .skip(n) on our iterators is now O(1) instead of O(n) time
  • fn to_bytes is optimized with a lookup table
  • some clippy lints are enabled
  • nanoserde version is now 0.2

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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. View the repository job log.

@renovate renovate bot added the changelog/chore A trivial change label Mar 12, 2026
@renovate renovate bot enabled auto-merge (squash) March 12, 2026 11:54
@renovate
Copy link
Contributor Author

renovate bot commented Mar 12, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package bit-vec@0.8.0 --precise 0.9.0
    Updating crates.io index
error: failed to select a version for the requirement `bit-vec = "^0.8.0"`
candidate versions found which didn't match: 0.9.0
location searched: crates.io index
required by package `noodles-csi v0.52.0`
    ... which satisfies dependency `noodles-csi = "^0.52.0"` of package `noodles-vcf v0.82.0`
    ... which satisfies dependency `noodles-vcf = "^0.82.0"` of package `vortex-bench v0.1.0 (/tmp/renovate/repos/github/vortex-data/vortex/vortex-bench)`
    ... which satisfies path dependency `vortex-bench` (locked to 0.1.0) of package `compress-bench v0.1.0 (/tmp/renovate/repos/github/vortex-data/vortex/benchmarks/compress-bench)`

Signed-off-by: Robert Kruszewski <github@robertk.io>
@renovate
Copy link
Contributor Author

renovate bot commented Mar 12, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@renovate renovate bot merged commit f19aa8c into develop Mar 12, 2026
53 of 54 checks passed
@renovate renovate bot deleted the renovate/bit-vec-0.x branch March 12, 2026 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog/chore A trivial change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant