mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
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:
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user