Skip to content

fix(deps): use SQLx BitVec re-export - #27

Merged
github-actions[bot] merged 2 commits into
mainfrom
dependabot/cargo/bit-vec-0.10.1
Aug 27, 2026
Merged

fix(deps): use SQLx BitVec re-export#27
github-actions[bot] merged 2 commits into
mainfrom
dependabot/cargo/bit-vec-0.10.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 27, 2026

Copy link
Copy Markdown
Contributor

Bumps bit-vec from 0.8.0 to 0.10.1.

Changelog

Sourced from bit-vec's changelog.

Version 0.10.1

Version 0.10.0 (VULNERABILITY FIX)

  • fixed a soundness issue where deserializeing from an untrusted source could make fn get_unchecked perform undefined behavior, and could make other functions return incorrect results
  • removed nanoserde support
  • moved all the crates into a workspace

Version 0.9.1

  • Fixed issue with the serde feature

Version 0.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
Commits

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 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)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Aug 27, 2026
@github-actions
github-actions Bot enabled auto-merge (squash) August 27, 2026 00:22
@jrandolf jrandolf changed the title chore(deps): bump bit-vec from 0.8.0 to 0.10.1 fix(deps): use SQLx BitVec re-export Aug 27, 2026
dependabot Bot and others added 2 commits August 26, 2026 17:39
Bumps [bit-vec](https://github.com/contain-rs/bit-vec) from 0.8.0 to 0.10.1.
- [Changelog](https://github.com/contain-rs/bit-vec/blob/master/RELEASES.md)
- [Commits](https://github.com/contain-rs/bit-vec/commits)

---
updated-dependencies:
- dependency-name: bit-vec
  dependency-version: 0.10.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@jrandolf
jrandolf force-pushed the dependabot/cargo/bit-vec-0.10.1 branch from aa90c40 to 598883a Compare August 27, 2026 00:39
@github-actions
github-actions Bot merged commit 28ed046 into main Aug 27, 2026
4 checks passed
@dependabot
dependabot Bot deleted the dependabot/cargo/bit-vec-0.10.1 branch August 27, 2026 00:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant