|
|
|
@ -5265,7 +5265,7 @@ dependencies = [
|
|
|
|
|
"wasm-streams",
|
|
|
|
|
"web-sys",
|
|
|
|
|
"webpki-roots",
|
|
|
|
|
"windows-registry",
|
|
|
|
|
"windows-registry 0.2.0",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -6805,7 +6805,7 @@ dependencies = [
|
|
|
|
|
"tauri-utils",
|
|
|
|
|
"thiserror",
|
|
|
|
|
"url",
|
|
|
|
|
"windows-registry",
|
|
|
|
|
"windows-registry 0.3.0",
|
|
|
|
|
"windows-result 0.2.0",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
@ -8453,7 +8453,7 @@ dependencies = [
|
|
|
|
|
"windows-implement 0.58.0",
|
|
|
|
|
"windows-interface 0.58.0",
|
|
|
|
|
"windows-result 0.2.0",
|
|
|
|
|
"windows-strings",
|
|
|
|
|
"windows-strings 0.1.0",
|
|
|
|
|
"windows-targets 0.52.6",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
@ -8508,7 +8508,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"windows-result 0.2.0",
|
|
|
|
|
"windows-strings",
|
|
|
|
|
"windows-strings 0.1.0",
|
|
|
|
|
"windows-targets 0.52.6",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows-registry"
|
|
|
|
|
version = "0.3.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "bafa604f2104cf5ae2cc2db1dee84b7e6a5d11b05f737b60def0ffdc398cbc0a"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"windows-result 0.2.0",
|
|
|
|
|
"windows-strings 0.2.0",
|
|
|
|
|
"windows-targets 0.52.6",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
@ -8540,6 +8551,15 @@ dependencies = [
|
|
|
|
|
"windows-targets 0.52.6",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows-strings"
|
|
|
|
|
version = "0.2.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "978d65aedf914c664c510d9de43c8fd85ca745eaff1ed53edf409b479e441663"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"windows-targets 0.52.6",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows-sys"
|
|
|
|
|
version = "0.45.0"
|
|
|
|
|