diff --git a/deps.windows/80-wil.ps1 b/deps.windows/80-wil.ps1 index 5095fd396..29aa8035c 100644 --- a/deps.windows/80-wil.ps1 +++ b/deps.windows/80-wil.ps1 @@ -1,8 +1,8 @@ param( [string] $Name = 'wil', - [string] $Version = 'v1.0.240122.1', + [string] $Version = 'v1.0.240803.1', [string] $Uri = 'https://github.com/microsoft/wil.git', - [string] $Hash = '5c6a7ba43e79edd71dcd1ce4c2d21b0610183c86', + [string] $Hash = 'f0c6a81c0c9a4b23b6801f40554b8bec425a83b4', [array] $Targets = @('x64'), [switch] $ForceStatic = $true )