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 #59

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 13, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
bitflags dependencies major 1.3.2 -> 2.4.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


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 added the renovate label Mar 13, 2023
@renovate renovate bot force-pushed the renovate/bitflags-2.x branch 6 times, most recently from 94cd3ad to 98992c8 Compare March 21, 2023 20:05
@renovate renovate bot force-pushed the renovate/bitflags-2.x branch 2 times, most recently from 0da7bd2 to a1d3af5 Compare April 6, 2023 01:45
@renovate renovate bot force-pushed the renovate/bitflags-2.x branch 3 times, most recently from cf202a7 to ade3a02 Compare April 19, 2023 15:43
@renovate renovate bot force-pushed the renovate/bitflags-2.x branch from ade3a02 to f19da79 Compare April 24, 2023 09:53
@renovate renovate bot force-pushed the renovate/bitflags-2.x branch 2 times, most recently from b3bfb6a to 5bdf7b0 Compare May 12, 2023 23:19
@renovate renovate bot force-pushed the renovate/bitflags-2.x branch 2 times, most recently from 479434c to 5b59842 Compare May 17, 2023 17:01
@renovate renovate bot force-pushed the renovate/bitflags-2.x branch 3 times, most recently from ed57f9e to 49af64a Compare June 14, 2023 01:16
@renovate renovate bot force-pushed the renovate/bitflags-2.x branch from 49af64a to 2565509 Compare June 19, 2023 04:41
@renovate renovate bot force-pushed the renovate/bitflags-2.x branch from 2565509 to 2d59d41 Compare June 27, 2023 08:03
@renovate renovate bot force-pushed the renovate/bitflags-2.x branch 3 times, most recently from de34c98 to 1692262 Compare July 11, 2023 10:36
@renovate renovate bot force-pushed the renovate/bitflags-2.x branch 2 times, most recently from 99117b8 to 7ada7a3 Compare July 25, 2023 10:38
@renovate renovate bot force-pushed the renovate/bitflags-2.x branch 3 times, most recently from 1992ef7 to 7426b2c Compare August 5, 2023 07:08
@renovate renovate bot force-pushed the renovate/bitflags-2.x branch 2 times, most recently from 1fc6d24 to aa20246 Compare August 11, 2023 10:20
@renovate renovate bot force-pushed the renovate/bitflags-2.x branch 3 times, most recently from bbea31f to 1c42577 Compare August 27, 2023 06:38
@renovate renovate bot force-pushed the renovate/bitflags-2.x branch 2 times, most recently from 950cab9 to 1952625 Compare October 16, 2023 00:19
@renovate renovate bot force-pushed the renovate/bitflags-2.x branch from 1952625 to 103fc28 Compare October 27, 2023 10:27
@renovate renovate bot force-pushed the renovate/bitflags-2.x branch from 103fc28 to 7da07f7 Compare November 8, 2023 10:49
@renovate renovate bot force-pushed the renovate/bitflags-2.x branch from 7da07f7 to e83847a Compare November 22, 2023 11:29
@renovate renovate bot force-pushed the renovate/bitflags-2.x branch 2 times, most recently from 49b5720 to bf3638c Compare January 7, 2024 09:55
@renovate renovate bot force-pushed the renovate/bitflags-2.x branch from bf3638c to 4f139a5 Compare January 16, 2024 22:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants