fix(deps): update rust crate windows-sys to 0.59 (v1) (#1601)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/1745/head
renovate[bot] 11 months ago committed by GitHub
parent 20d2f5448b
commit aa8e7176b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
Cargo.lock generated

@ -4980,7 +4980,7 @@ dependencies = [
"serde_json",
"tauri",
"thiserror",
"windows-sys 0.52.0",
"windows-sys 0.59.0",
"zbus",
]

@ -19,7 +19,7 @@ thiserror = { workspace = true }
semver = { version = "1", optional = true }
[target.'cfg(target_os = "windows")'.dependencies.windows-sys]
version = "0.52"
version = "0.59"
features = [
"Win32_System_Threading",
"Win32_System_DataExchange",

Loading…
Cancel
Save