Skip to content

Bump bit-set from 0.8.0 to 0.11.1 - #13

Merged
alexvbrdn merged 1 commit into
mainfrom
dependabot/cargo/bit-set-0.11.1
Sep 7, 2026
Merged

Bump bit-set from 0.8.0 to 0.11.1#13
alexvbrdn merged 1 commit into
mainfrom
dependabot/cargo/bit-set-0.11.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor

Bumps bit-set from 0.8.0 to 0.11.1.

Changelog

Sourced from bit-set's changelog.

Version 0.11.0 (TO BE RELEASED)

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)

Bumps [bit-set](https://github.com/contain-rs/bit-vec) from 0.8.0 to 0.11.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-set
  dependency-version: 0.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Sep 7, 2026
@alexvbrdn
alexvbrdn merged commit 69decb7 into main Sep 7, 2026
5 of 6 checks passed
@dependabot
dependabot Bot deleted the dependabot/cargo/bit-set-0.11.1 branch September 7, 2026 18:53
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