local-ip-address
local-ip-address copied to clipboard
chore(deps): update windows-sys requirement from 0.48.0 to 0.52.0
Updates the requirements on windows-sys to permit the latest version.
Release notes
Sourced from windows-sys's releases.
0.52.0
This release includes updates to all crates. This includes the first update to the
windows-sys
crate in 8 months. It also includes the first published version of the riddle tool and the windows-version crate.What's Changed
- Simplify issue templates by
@riverar
in microsoft/windows-rs#2621- Switch all crates to Rust edition 2021 by
@kennykerr
in microsoft/windows-rs#2620- Correct workflow trigger ignore paths by
@riverar
in microsoft/windows-rs#2622- Detect unused
bindgen
/riddle
filters by@kennykerr
in microsoft/windows-rs#2634- Fix
BOOLEAN
parameter binding by@kennykerr
in microsoft/windows-rs#2635- Provide individual crate readme files by
@kennykerr
in microsoft/windows-rs#2645- Tweak Win32 error code conversion to handle
HRESULT
input by@kennykerr
in microsoft/windows-rs#2646- Remove support for the defunct
StaticLibrary
attribute by@kennykerr
in microsoft/windows-rs#2647- Derive
PartialEq
,Eq
,Debug
,Clone
for interfaces by@kennykerr
in microsoft/windows-rs#2651- Internal
bindgen
refactoring by@kennykerr
in microsoft/windows-rs#2654- Disable signature transformation for
NTSTATUS
by@kennykerr
in microsoft/windows-rs#2658- Unhide
query
method onComInterface
trait by@kennykerr
in microsoft/windows-rs#2659- Harden
QueryInterface
implementation by@kennykerr
in microsoft/windows-rs#2660- Mask non-reproducible linker artifacts in libs by
@riverar
in microsoft/windows-rs#2661- Slim doc generation by
@kennykerr
in microsoft/windows-rs#2671- Update SDK and WDK metadata by
@riverar
in microsoft/windows-rs#2664- Add feature documentation quotes by
@kennykerr
in microsoft/windows-rs#2675- Add
docs
feature by@kennykerr
in microsoft/windows-rs#2676- Simplify metadata reader by
@kennykerr
in microsoft/windows-rs#2682- Add bindgen config option to disable generating inner attributes by
@dpaoliello
in microsoft/windows-rs#2683- Simplify metadata filtering by
@kennykerr
in microsoft/windows-rs#2684- Simplify code generation by
@kennykerr
in microsoft/windows-rs#2686- Fix link from docs.rs to full API documentation by
@ChrisDenton
in microsoft/windows-rs#2688- Optimize tick trimming by
@kennykerr
in microsoft/windows-rs#2689- Small bindgen refactor and tools refresh by
@kennykerr
in microsoft/windows-rs#2695- Document
implement
andinterface
macros by@kennykerr
in microsoft/windows-rs#2696- Perform checked integral type conversions for APIs by
@kennykerr
in microsoft/windows-rs#2699- Add
windows-version
crate by@kennykerr
in microsoft/windows-rs#2702- Add crate-specific readme files by
@kennykerr
in microsoft/windows-rs#2703New Contributors
@dpaoliello
made their first contribution in microsoft/windows-rs#2683Full Changelog: https://github.com/microsoft/windows-rs/compare/0.48.5...0.52.0
Commits
3a605cb
Add crate-specific readme files (#2703)a80df1e
Addwindows-version
crate (#2702)c70019f
Perform checked integral type conversions for APIs (#2699)1a2a992
Documentimplement
andinterface
macros (#2696)ab61477
Small bindgen refactor and tools refresh (#2695)f6fe766
Optimize tick trimming (#2689)ec66a9b
Fix link from docs.rs to full API documentation (#2688)30e0fbb
Simplify code generation (#2686)22de1c9
Simplify metadata filtering (#2684)462f941
Add bindgen config option to disable generating inner attributes (#2683)- Additional commits viewable in compare view
You can trigger a rebase of this PR 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 this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.