|
|
|
@ -1539,7 +1539,7 @@ dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
"option-ext",
|
|
|
|
|
"redox_users 0.5.0",
|
|
|
|
|
"windows-sys 0.59.0",
|
|
|
|
|
"windows-sys 0.60.2",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -6834,7 +6834,7 @@ dependencies = [
|
|
|
|
|
"tauri-plugin-deep-link",
|
|
|
|
|
"thiserror 2.0.12",
|
|
|
|
|
"tracing",
|
|
|
|
|
"windows-sys 0.59.0",
|
|
|
|
|
"windows-sys 0.60.2",
|
|
|
|
|
"zbus",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
@ -6916,7 +6916,7 @@ dependencies = [
|
|
|
|
|
"time",
|
|
|
|
|
"tokio",
|
|
|
|
|
"url",
|
|
|
|
|
"windows-sys 0.59.0",
|
|
|
|
|
"windows-sys 0.60.2",
|
|
|
|
|
"zip 4.0.0",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
@ -8296,7 +8296,7 @@ checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"windows-result",
|
|
|
|
|
"windows-strings 0.3.1",
|
|
|
|
|
"windows-targets 0.53.0",
|
|
|
|
|
"windows-targets 0.53.2",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -8373,6 +8373,15 @@ dependencies = [
|
|
|
|
|
"windows-targets 0.52.6",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows-sys"
|
|
|
|
|
version = "0.60.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"windows-targets 0.53.2",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows-targets"
|
|
|
|
|
version = "0.42.2"
|
|
|
|
@ -8421,9 +8430,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows-targets"
|
|
|
|
|
version = "0.53.0"
|
|
|
|
|
version = "0.53.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b"
|
|
|
|
|
checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"windows_aarch64_gnullvm 0.53.0",
|
|
|
|
|
"windows_aarch64_msvc 0.53.0",
|
|
|
|
|