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

fix(deps): update rust crate bitflags to v2 - autoclosed #814

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 16, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
bitflags dependencies major 1 -> 2

Release Notes

bitflags/bitflags (bitflags)

v2.4.2

Compare Source

What's Changed

New Contributors

Full Changelog: bitflags/bitflags@2.4.1...2.4.2

v2.4.1

Compare Source

What's Changed

Full Changelog: bitflags/bitflags@2.4.0...2.4.1

v2.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: bitflags/bitflags@2.3.3...2.4.0

v2.3.3

Compare Source

Changes to -=

The -= operator was incorrectly changed to truncate bits that didn't correspond to valid flags in 2.3.0. This has
been fixed up so it once again behaves the same as - and difference.

Changes to !

The ! operator previously called Self::from_bits_truncate, which would truncate any bits that only partially
overlapped with a valid flag. It will now use bits & Self::all().bits(), so any bits that overlap any bits
specified by any flag will be respected. This is unlikely to have any practical implications, but enables defining
a flag like const ALL = !0 as a way to signal that any bit pattern is a known set of flags.

Changes to formatting

Zero-valued flags will never be printed. You'll either get 0x0 for empty flags using debug formatting, or the
set of flags with zero-valued flags omitted for others.

Composite flags will no longer be redundantly printed if there are extra bits to print at the end that don't correspond
to a valid flag.

What's Changed

Full Changelog: bitflags/bitflags@2.3.2...2.3.3

v2.3.2

Compare Source

What's Changed

New Contributors

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

v2.3.1

Compare Source

What's Changed

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

v2.3.0

Compare Source

What's Changed

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

v2.2.1

Compare Source

What's Changed

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

v2.2.0

Compare Source

What's Changed

New Contributors

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

v2.1.0

Compare Source

What's Changed

New Contributors

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

v2.0.2

Compare Source

What's Changed

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

v2.0.1

Compare Source

What's Changed

New Contributors

Full Changelog: bitflags/bitflags@2.0.0...2.0.1

v2.0.0

Compare Source

What's Changed

New Contributors

Full Changelog: bitflags/bitflags@1.3.2...2.0.0

v1.3.2

Compare Source

  • Allow non_snake_case in generated flags types (#​256)

v1.3.1

Compare Source

  • Revert unconditional #[repr(transparent)] (#​252)

v1.3.0

Compare Source

This release bumps the Minimum Supported Rust Version to 1.46.0

  • Add #[repr(transparent)] (#​187)

  • End empty doc comment with full stop (#​202)

  • Fix typo in crate root docs (#​206)

  • Document from_bits_unchecked unsafety (#​207)

  • Let is_all ignore extra bits (#​211)

  • Allows empty flag definition (#​225)

  • Making crate accessible from std (#​227)

  • Make from_bits a const fn (#​229)

  • Allow multiple bitflags structs in one macro invocation (#​235)

  • Add named functions to perform set operations (#​244)

  • Fix typos in method docs (#​245)

  • Modernization of the bitflags macro to take advantage of newer features and 2018 idioms (#​246)

  • Fix regression (in an unreleased feature) and simplify tests (#​247)

  • Use Self and fix bug when overriding stringify! (#​249)

v1.2.1

Compare Source

  • Remove extraneous #[inline] attributes (#​194)

v1.2.0

Compare Source

  • Fix typo: {Lower, Upper}Exp - {Lower, Upper}Hex (#​183)

  • Add support for "unknown" bits (#​188)

v1.1.0

Compare Source

This is a re-release of 1.0.5, which was yanked due to a bug in the RLS.

v1.0.5

Compare Source

  • Use compiletest_rs flags supported by stable toolchain (#​171)

  • Put the user provided attributes first (#​173)

  • Make bitflags methods const on newer compilers (#​175)

v1.0.4

Compare Source

  • Support Rust 2018 style macro imports (#​165)

    use bitflags::bitflags;

v1.0.3

Compare Source

  • Improve zero value flag handling and documentation (#​157)

v1.0.2

Compare Source

  • 30% improvement in compile time of bitflags crate (#​156)

  • Documentation improvements (#​153)

  • Implementation cleanup (#​149)

v1.0.1

Compare Source

  • Add support for pub(restricted) specifier on the bitflags struct (#​135)
  • Optimize performance of all() when called from a separate crate (#​136)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner October 16, 2023 21:44
@renovate renovate bot force-pushed the renovate/bitflags-2.x branch 10 times, most recently from f3e9ffe to 68b3ab9 Compare October 24, 2023 03:33
@renovate renovate bot force-pushed the renovate/bitflags-2.x branch 4 times, most recently from 34ee5d3 to c162635 Compare October 29, 2023 14:08
@renovate renovate bot force-pushed the renovate/bitflags-2.x branch 7 times, most recently from 771d9de to 07d39d4 Compare November 7, 2023 04:23
@renovate renovate bot force-pushed the renovate/bitflags-2.x branch 4 times, most recently from 939cfc0 to dcc5640 Compare November 17, 2023 06:26
@renovate renovate bot force-pushed the renovate/bitflags-2.x branch 3 times, most recently from eaadb0b to fb0f35e Compare November 23, 2023 14:16
@renovate renovate bot force-pushed the renovate/bitflags-2.x branch from fb0f35e to 9b605b6 Compare November 28, 2023 12:13
@renovate renovate bot force-pushed the renovate/bitflags-2.x branch from ec1dacc to 3512b99 Compare December 15, 2023 04:43
@renovate renovate bot force-pushed the renovate/bitflags-2.x branch from 3512b99 to 095b296 Compare December 28, 2023 03:01
@renovate renovate bot force-pushed the renovate/bitflags-2.x branch 2 times, most recently from b9622d5 to 23402da Compare January 10, 2024 11:23
@renovate renovate bot force-pushed the renovate/bitflags-2.x branch 3 times, most recently from 71866b6 to 0429716 Compare January 18, 2024 16:05
@renovate renovate bot force-pushed the renovate/bitflags-2.x branch 3 times, most recently from 9c31958 to 072859c Compare January 25, 2024 02:40
@renovate renovate bot force-pushed the renovate/bitflags-2.x branch from 072859c to 44d2317 Compare February 3, 2024 14:48
@renovate renovate bot force-pushed the renovate/bitflags-2.x branch 2 times, most recently from 4a9dc67 to dd5a768 Compare February 15, 2024 04:28
@renovate renovate bot force-pushed the renovate/bitflags-2.x branch 3 times, most recently from a0ab3e9 to b87fa60 Compare February 21, 2024 13:04
@renovate renovate bot force-pushed the renovate/bitflags-2.x branch 2 times, most recently from 8e7cf0d to f349964 Compare February 28, 2024 16:08
@renovate renovate bot force-pushed the renovate/bitflags-2.x branch 6 times, most recently from 8a6b925 to 2da339c Compare April 1, 2024 14:45
@renovate renovate bot force-pushed the renovate/bitflags-2.x branch from 2da339c to 44a26b6 Compare April 3, 2024 02:42
@renovate renovate bot force-pushed the renovate/bitflags-2.x branch from 44a26b6 to e31e059 Compare April 3, 2024 15:26
@renovate renovate bot changed the title fix(deps): update rust crate bitflags to v2 fix(deps): update rust crate bitflags to v2 - autoclosed Apr 18, 2024
@renovate renovate bot closed this Apr 18, 2024
@renovate renovate bot deleted the renovate/bitflags-2.x branch April 18, 2024 04:08
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.

0 participants