Compare commits

..

1 Commits

Author SHA1 Message Date
renovate[bot] b93401d2ef chore(deps): update rust crate windows-sys to v0.61.2 2026-06-29 09:04:37 +00:00
4 changed files with 17 additions and 17 deletions
Generated
+14 -14
View File
@@ -6523,7 +6523,7 @@ dependencies = [
"tracing",
"url",
"windows-registry",
"windows-result 0.4.1",
"windows-result",
]
[[package]]
@@ -6795,7 +6795,7 @@ dependencies = [
"thiserror 2.0.12",
"tokio",
"tracing",
"windows-sys 0.60.2",
"windows-sys 0.61.2",
"zbus",
]
@@ -6880,7 +6880,7 @@ dependencies = [
"time",
"tokio",
"url",
"windows-sys 0.60.2",
"windows-sys 0.61.2",
"zip 4.0.0",
]
@@ -8264,7 +8264,7 @@ dependencies = [
"windows-implement",
"windows-interface",
"windows-link 0.1.1",
"windows-result 0.3.2",
"windows-result",
"windows-strings",
]
@@ -8329,7 +8329,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad1da3e436dc7653dfdf3da67332e22bff09bb0e28b0239e1624499c7830842e"
dependencies = [
"windows-link 0.1.1",
"windows-result 0.3.2",
"windows-result",
"windows-strings",
]
@@ -8342,15 +8342,6 @@ dependencies = [
"windows-link 0.1.1",
]
[[package]]
name = "windows-result"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
dependencies = [
"windows-link 0.2.1",
]
[[package]]
name = "windows-strings"
version = "0.4.0"
@@ -8405,6 +8396,15 @@ dependencies = [
"windows-targets 0.53.2",
]
[[package]]
name = "windows-sys"
version = "0.61.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
dependencies = [
"windows-link 0.2.1",
]
[[package]]
name = "windows-targets"
version = "0.42.2"
+1 -1
View File
@@ -40,7 +40,7 @@ url = { workspace = true }
[target."cfg(windows)".dependencies]
dunce = "1"
windows-registry = "0.5"
windows-result = "0.4"
windows-result = "0.3"
[target."cfg(target_os = \"linux\")".dependencies]
rust-ini = "0.21"
+1 -1
View File
@@ -27,7 +27,7 @@ semver = { version = "1", optional = true }
tokio = { version = "1", features = ["net"] }
[target."cfg(target_os = \"windows\")".dependencies.windows-sys]
version = "0.60"
version = "0.61"
features = [
"Win32_System_Threading",
"Win32_System_DataExchange",
+1 -1
View File
@@ -50,7 +50,7 @@ percent-encoding = "2.3"
[target."cfg(target_os = \"windows\")".dependencies]
zip = { version = "4", default-features = false, optional = true }
windows-sys = { version = "0.60.0", features = [
windows-sys = { version = "0.61.0", features = [
"Win32_Foundation",
"Win32_UI_WindowsAndMessaging",
"Win32_UI_Shell",