fix(deps): update rust crate windows to 0.53.0 #214
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.52.0
->0.53.0
Release Notes
microsoft/windows-rs (windows)
v0.53.0
Compare Source
As requested, this release updates the Windows family of crates. Notably:
windows-sys
crate won't be updated at this time.windows-version
crate is unchanged.windows-targets
crates.windows-result
(#2847) crate and provides efficient Windows error handling and propagation with support for Win32, COM, WinRT, and NT APIs.windows-registry
(#2848) crate and provides simple, safe, and efficient access to the Windows registry.VARIANT
andPROPVARIANT
support has been added to thewindows-core
crate (#2786), making it a lot easier to work with Shell and OLE APIs.What's Changed
GetTrustLevel
return value by @kennykerr in https://github.com/microsoft/windows-rs/pull/2714invalid_mut
whenwriter.std
by @ChrisDenton in https://github.com/microsoft/windows-rs/pull/2727windows
crate to 1.62 by @kennykerr in https://github.com/microsoft/windows-rs/pull/2730windows::core::Error::from_win32()
by @Enyium in https://github.com/microsoft/windows-rs/pull/2733unused_qualifications
by @kennykerr in https://github.com/microsoft/windows-rs/pull/2743HSTRING::len
documentation by @kennykerr in https://github.com/microsoft/windows-rs/pull/2749Copy
,Clone
,Default
for enums by @kennykerr in https://github.com/microsoft/windows-rs/pull/2760matches
function safe by @kennykerr in https://github.com/microsoft/windows-rs/pull/2761Option
for propagation by @kennykerr in https://github.com/microsoft/windows-rs/pull/2766From<T>
andFrom<&T>
for interface hierarchies by @kennykerr in https://github.com/microsoft/windows-rs/pull/2779char
type by @kennykerr in https://github.com/microsoft/windows-rs/pull/2781VARIANT
andPROPVARIANT
support by @kennykerr in https://github.com/microsoft/windows-rs/pull/2786VT_UNKNOWN
support forVARIANT
andPROPVARIANT
by @kennykerr in https://github.com/microsoft/windows-rs/pull/2788VARIANT
support by @kennykerr in https://github.com/microsoft/windows-rs/pull/2789ExecQuery
andExecMethod
by @kennykerr in https://github.com/microsoft/windows-rs/pull/2794AssociatedEnum
attribute to input parameters by @kennykerr in https://github.com/microsoft/windows-rs/pull/2797missing_docs
by @kennykerr in https://github.com/microsoft/windows-rs/pull/2799Windows.Win32.UI.Shell.Common
in thewindows-sys
crate by @kennykerr in https://github.com/microsoft/windows-rs/pull/2804const
functions across string types by @kennykerr in https://github.com/microsoft/windows-rs/pull/2810windows-sys
crate by @kennykerr in https://github.com/microsoft/windows-rs/pull/2818std::io::Error
by @kennykerr in https://github.com/microsoft/windows-rs/pull/2840HRESULT
ergonomics by @kennykerr in https://github.com/microsoft/windows-rs/pull/2843windows-result
crate by @kennykerr in https://github.com/microsoft/windows-rs/pull/2847windows-registry
crate by @kennykerr in https://github.com/microsoft/windows-rs/pull/2848TryFromIntError
toERROR_INVALID_DATA
inwindows-result
by @kennykerr in https://github.com/microsoft/windows-rs/pull/2851windows-result
crate split by @tim-weis in https://github.com/microsoft/windows-rs/pull/2853HRESULT
constant literal generation by @kennykerr in https://github.com/microsoft/windows-rs/pull/2857NTSTATUS
constant literal generation by @kennykerr in https://github.com/microsoft/windows-rs/pull/2860NTSTATUS
message formatting support to thewindows-result
crate by @kennykerr in https://github.com/microsoft/windows-rs/pull/2861New Contributors
Full Changelog: microsoft/windows-rs@0.52.0...0.53.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.
This PR has been generated by Mend Renovate. View repository job log here.