Skip to content
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

build(deps): bump bitflags from 1.3.2 to 2.3.1 #30247

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 30, 2023

Bumps bitflags from 1.3.2 to 2.3.1.

Release notes

Sourced from bitflags's releases.

2.3.1

What's Changed

Full Changelog: bitflags/bitflags@2.3.0...2.3.1

2.3.0

Major changes

BitFlags trait deprecated in favor of Flags trait

This release introduces the Flags trait and deprecates the BitFlags trait. These two traits are semver compatible so if you have public API code depending on BitFlags you can move to Flags without breaking end-users. This is possible because the BitFlags trait was never publicly implementable, so it now carries Flags as a supertrait. All implementations of Flags additionally implement BitFlags.

The Flags trait is a publicly implementable version of the old BitFlags trait. The original BitFlags trait carried some macro baggage that made it difficult to implement, so a new Flags trait has been introduced as the One True Trait for interacting with flags types generically. See the the macro_free and custom_derive examples for more details.

Bits trait publicly exposed

The Bits trait for the underlying storage of flags values is also now publicly implementable. This lets you define your own exotic backing storage for flags. See the custom_bits_type example for more details.

What's Changed

Full Changelog: bitflags/bitflags@2.2.1...2.3.0

2.2.1

What's Changed

Full Changelog: bitflags/bitflags@2.2.0...2.2.1

2.2.0 (yanked)

What's Changed

New Contributors

Full Changelog: bitflags/bitflags@2.1.0...2.2.0

2.1.0

... (truncated)

Changelog

Sourced from bitflags's changelog.

2.3.1

What's Changed

Full Changelog: bitflags/bitflags@2.3.0...2.3.1

2.3.0

What's Changed

Full Changelog: bitflags/bitflags@2.2.1...2.3.0

2.2.1

What's Changed

Full Changelog: bitflags/bitflags@2.2.0...2.2.1

2.2.0

What's Changed

New Contributors

Full Changelog: bitflags/bitflags@2.1.0...2.2.0

2.1.0

What's Changed

New Contributors

Full Changelog: bitflags/bitflags@2.0.2...2.1.0

2.0.2

What's Changed

... (truncated)

Commits
  • cf01ab0 Merge pull request #358 from KodrAus/cargo/2.3.1
  • 3d0c558 prepare for 2.3.1 release
  • 32d406a Merge pull request #355 from KodrAus/fix/self-in-flags
  • 64fc276 fix up example feature
  • 8872a64 fix up clippy in CI
  • 748d88c fix up clippy lints and flag exprs referring to Self
  • a4b8c99 fix up custom bits test
  • 4aa03b8 add regression test for Self in flags values
  • 31d3e4a Merge pull request #352 from KodrAus/cargo/2.3.0
  • 51e8197 prepare for 2.3.0 release
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot force-pushed the dependabot/cargo/bitflags-2.3.1 branch 9 times, most recently from fb9517d to e16ba55 Compare August 31, 2023 17:38
@mrobinson
Copy link
Member

@bors-servo try=wpt-2020

@github-actions
Copy link

🔨 Triggering try run (#6040759952) with platform=linux and layout=2020

@github-actions
Copy link

⚠️ Try run (#6040759952) failed.

@dependabot dependabot bot force-pushed the dependabot/cargo/bitflags-2.3.1 branch 2 times, most recently from 318baa7 to 0adc251 Compare August 31, 2023 20:47
Bumps [bitflags](https://github.com/bitflags/bitflags) from 1.3.2 to 2.3.1.
- [Release notes](https://github.com/bitflags/bitflags/releases)
- [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md)
- [Commits](bitflags/bitflags@1.3.2...2.3.1)

---
updated-dependencies:
- dependency-name: bitflags
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/bitflags-2.3.1 branch from 0adc251 to 901e7d0 Compare August 31, 2023 21:55
@mrobinson
Copy link
Member

Superseded by #30273 in which I port our bitflags to version 2.0 style bitflags.

@mrobinson mrobinson closed this Aug 31, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 31, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/cargo/bitflags-2.3.1 branch August 31, 2023 22:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant