Skip to content

chore(deps): bump enumset from 1.1.10 to 1.1.11#441

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/enumset-1.1.11
Open

chore(deps): bump enumset from 1.1.10 to 1.1.11#441
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/enumset-1.1.11

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps enumset from 1.1.10 to 1.1.11.

Changelog

Sourced from enumset's changelog.

Version 1.1.11 (2026-05-06)

  • Implement a new MixedEnumSet<T> type that allows unknown bits to be mixed with known enum variants in a single bitset.
  • Added FromIterator implementations for iterators of borrowed items.
  • Added EnumSet::bit_index and EnumSet::is_bit_valid methods to query the bit associated with an enum variant, or if a bit index is valid.
  • Fixed a bug causing #![derive(EnumSetType)] to produce invalid code on big-endian systems.
  • Allowed EnumSet<T> to be Send and Sync. (Thanks @​SLUCHABLUB)
  • Allow byte literals such as b'A' to be used as variant discriminants. (Thanks @​ronnodas)
  • Minimum required Rust version is now 1.71+ due to updates in dependencies.
  • Minimum required Rust version when the proc-macro-crate feature flag cannot be guaranteed. It uses multiple dependencies without a specified minimum version.
Commits
  • 027f63f Bump version to 1.1.11
  • 40a49c2 Run inline tests in CI.
  • f2d55f1 Use workspace dependencies for shared dependencies.
  • fcd61e8 Make trybuild work again on CI.
  • bc0eed6 Major correction to old changelogs.
  • 2a629f5 proc-macro-crate is not supported on MSRV
  • b8caaa7 Another fix?
  • 75039b3 Fixes to new CI system.
  • 40c33cf Fix small typo.
  • 4503230 Move enumset tests into a seperate crate to make MSRV testing easier.
  • 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 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 [enumset](https://github.com/Lymia/enumset) from 1.1.10 to 1.1.11.
- [Changelog](https://github.com/Lymia/enumset/blob/main/RELEASES.md)
- [Commits](Lymia/enumset@v1.1.10...v1.1.11)

---
updated-dependencies:
- dependency-name: enumset
  dependency-version: 1.1.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 May 7, 2026
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.

0 participants