Skip to content

Update RDP Client#28587

Merged
rosstimothy merged 1 commit intomasterfrom
renovate/rdp-client
Jul 5, 2023
Merged

Update RDP Client#28587
rosstimothy merged 1 commit intomasterfrom
renovate/rdp-client

Conversation

@public-renovate-gha
Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
bitflags dependencies patch 2.3.2 -> 2.3.3
libc dependencies patch 0.2.146 -> 0.2.147
num-derive dependencies minor 0.3.3 -> 0.4.0
uuid dependencies minor 1.3.4 -> 1.4.0

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

bitflags/bitflags (bitflags)

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

rust-lang/libc (libc)

v0.2.147

Compare Source

What's Changed

New Contributors

Full Changelog: rust-lang/libc@0.2.146...0.2.147

rust-num/num-derive (num-derive)

v0.4.0

Compare Source

  • Update to syn-2 -- thanks @​maurer!
    • This raises the minimum supported rustc to 1.56.
    • The "full-syntax" feature has also been removed.
uuid-rs/uuid (uuid)

v1.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@1.3.4...1.4.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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.


[dependencies]
bitflags = "2.3.2"
bitflags = "2.3.3"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same remarks as #28584 (comment) - operator changes look breaking to me, but I'm unsure if it makes a difference here.

@rosstimothy rosstimothy added this pull request to the merge queue Jul 5, 2023
Merged via the queue into master with commit e6d8f2b Jul 5, 2023
@rosstimothy rosstimothy deleted the renovate/rdp-client branch July 5, 2023 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants