build(rust): move our own windows dependency to 0.61.0 (#8730)

Version `0.61.0` is what most of our dependencies bring in, so depending
on that allows us to unify the dependency tree here.
This commit is contained in:
Thomas Eizinger
2025-04-22 12:35:28 +10:00
committed by GitHub
parent 44a402e1db
commit 93036734ae
5 changed files with 23 additions and 16 deletions

View File

@@ -122,9 +122,9 @@ impl ProcessToken {
LookupAccountSidW(
None,
sid,
PWSTR::from_raw(name.as_mut_ptr()),
Some(PWSTR::from_raw(name.as_mut_ptr())),
&mut name_size,
PWSTR::from_raw(domain.as_mut_ptr()),
Some(PWSTR::from_raw(domain.as_mut_ptr())),
&mut domain_size,
&mut sid_type,
)