diff --git a/Cargo.lock b/Cargo.lock index a47d1cdd..c4f94eec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -599,7 +599,7 @@ dependencies = [ "guess_host_triple", "tokio", "windows-dll", - "windows-sys 0.42.0", + "windows-sys 0.48.0", ] [[package]] diff --git a/crates/detect-targets/Cargo.toml b/crates/detect-targets/Cargo.toml index 56d49dc5..fd259b16 100644 --- a/crates/detect-targets/Cargo.toml +++ b/crates/detect-targets/Cargo.toml @@ -15,7 +15,7 @@ cfg-if = "1.0.0" guess_host_triple = "0.1.3" [target.'cfg(target_os = "windows")'.dependencies] -windows-sys = { version = "0.42.0", features = ["Win32_System_Threading", "Win32_System_SystemInformation", "Win32_Foundation"] } +windows-sys = { version = "0.48.0", features = ["Win32_System_Threading", "Win32_System_SystemInformation", "Win32_Foundation"] } windows-dll = { version = "0.4.1", features = ["windows"], default-features = false } [dev-dependencies]