diff --git a/Cargo.lock b/Cargo.lock index 838b657..b2fedfe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3265,7 +3265,7 @@ dependencies = [ "uuid", "wait-timeout", "walkdir", - "windows-sys 0.48.0", + "windows-sys 0.61.2", "zip", ] diff --git a/crates/reprodeck-core/Cargo.toml b/crates/reprodeck-core/Cargo.toml index fe59e5b..b8c998f 100644 --- a/crates/reprodeck-core/Cargo.toml +++ b/crates/reprodeck-core/Cargo.toml @@ -41,7 +41,7 @@ zip = { version = "8.6", default-features = false, features = ["deflate"] } wait-timeout = "0.2" directories = "5" [target.'cfg(windows)'.dependencies] -windows-sys = { version = "0.48", features = ["Win32_Foundation", "Win32_System_Threading", "Win32_System_JobObjects", "Win32_Security", "Win32_System_Pipes", "Win32_System_Console"] } +windows-sys = { version = "0.61", features = ["Win32_Foundation", "Win32_System_Threading", "Win32_System_JobObjects", "Win32_Security", "Win32_System_Pipes", "Win32_System_Console"] } [target.'cfg(unix)'.dependencies] libc = "0.2"