[deps] Platform: Update Rust crate windows to v0.58.0 (#10580)

* [deps] Platform: Update Rust crate windows to v0.58.0

* Fix windows build

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel García <dani-garcia@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-11-25 14:59:51 +01:00 committed by GitHub
parent 0723feac9e
commit e07ddcea59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 66 additions and 9 deletions

View File

@ -701,7 +701,7 @@ dependencies = [
"tokio-util", "tokio-util",
"typenum", "typenum",
"widestring", "widestring",
"windows", "windows 0.58.0",
"zbus", "zbus",
"zbus_polkit", "zbus_polkit",
] ]
@ -1197,7 +1197,7 @@ dependencies = [
"cfg-if", "cfg-if",
"nix 0.26.4", "nix 0.26.4",
"widestring", "widestring",
"windows", "windows 0.57.0",
] ]
[[package]] [[package]]
@ -2790,7 +2790,17 @@ version = "0.57.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143" checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
dependencies = [ dependencies = [
"windows-core", "windows-core 0.57.0",
"windows-targets 0.52.6",
]
[[package]]
name = "windows"
version = "0.58.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
dependencies = [
"windows-core 0.58.0",
"windows-targets 0.52.6", "windows-targets 0.52.6",
] ]
@ -2800,12 +2810,25 @@ version = "0.57.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d" checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
dependencies = [ dependencies = [
"windows-implement", "windows-implement 0.57.0",
"windows-interface", "windows-interface 0.57.0",
"windows-result 0.1.2", "windows-result 0.1.2",
"windows-targets 0.52.6", "windows-targets 0.52.6",
] ]
[[package]]
name = "windows-core"
version = "0.58.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
dependencies = [
"windows-implement 0.58.0",
"windows-interface 0.58.0",
"windows-result 0.2.0",
"windows-strings 0.1.0",
"windows-targets 0.52.6",
]
[[package]] [[package]]
name = "windows-implement" name = "windows-implement"
version = "0.57.0" version = "0.57.0"
@ -2817,6 +2840,17 @@ dependencies = [
"syn", "syn",
] ]
[[package]]
name = "windows-implement"
version = "0.58.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]] [[package]]
name = "windows-interface" name = "windows-interface"
version = "0.57.0" version = "0.57.0"
@ -2828,6 +2862,17 @@ dependencies = [
"syn", "syn",
] ]
[[package]]
name = "windows-interface"
version = "0.58.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]] [[package]]
name = "windows-registry" name = "windows-registry"
version = "0.3.0" version = "0.3.0"
@ -2835,7 +2880,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bafa604f2104cf5ae2cc2db1dee84b7e6a5d11b05f737b60def0ffdc398cbc0a" checksum = "bafa604f2104cf5ae2cc2db1dee84b7e6a5d11b05f737b60def0ffdc398cbc0a"
dependencies = [ dependencies = [
"windows-result 0.2.0", "windows-result 0.2.0",
"windows-strings", "windows-strings 0.2.0",
"windows-targets 0.52.6", "windows-targets 0.52.6",
] ]
@ -2857,6 +2902,16 @@ dependencies = [
"windows-targets 0.52.6", "windows-targets 0.52.6",
] ]
[[package]]
name = "windows-strings"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
dependencies = [
"windows-result 0.2.0",
"windows-targets 0.52.6",
]
[[package]] [[package]]
name = "windows-strings" name = "windows-strings"
version = "0.2.0" version = "0.2.0"

View File

@ -63,7 +63,7 @@ ed25519 = { version = "=2.2.3", features = ["pkcs8"] }
[target.'cfg(windows)'.dependencies] [target.'cfg(windows)'.dependencies]
widestring = { version = "=1.1.0", optional = true } widestring = { version = "=1.1.0", optional = true }
windows = { version = "=0.57.0", features = [ windows = { version = "=0.58.0", features = [
"Foundation", "Foundation",
"Security_Credentials_UI", "Security_Credentials_UI",
"Security_Cryptography", "Security_Cryptography",

View File

@ -1,4 +1,4 @@
use std::str::FromStr; use std::{ffi::c_void, str::FromStr};
use anyhow::{anyhow, Result}; use anyhow::{anyhow, Result};
use base64::{engine::general_purpose::STANDARD as base64_engine, Engine}; use base64::{engine::general_purpose::STANDARD as base64_engine, Engine};
@ -40,6 +40,8 @@ pub struct Biometric {}
impl super::BiometricTrait for Biometric { impl super::BiometricTrait for Biometric {
async fn prompt(hwnd: Vec<u8>, message: String) -> Result<bool> { async fn prompt(hwnd: Vec<u8>, message: String) -> Result<bool> {
let h = isize::from_le_bytes(hwnd.clone().try_into().unwrap()); let h = isize::from_le_bytes(hwnd.clone().try_into().unwrap());
let h = h as *mut c_void;
let window = HWND(h); let window = HWND(h);
// The Windows Hello prompt is displayed inside the application window. For best result we // The Windows Hello prompt is displayed inside the application window. For best result we
@ -174,7 +176,7 @@ fn focus_security_prompt() -> Result<()> {
class_name: windows::core::PCSTR, class_name: windows::core::PCSTR,
) -> retry::OperationResult<(), ()> { ) -> retry::OperationResult<(), ()> {
let hwnd = unsafe { FindWindowA(class_name, None) }; let hwnd = unsafe { FindWindowA(class_name, None) };
if hwnd.0 != 0 { if let Ok(hwnd) = hwnd {
set_focus(hwnd); set_focus(hwnd);
return retry::OperationResult::Ok(()); return retry::OperationResult::Ok(());
} }