|
@@ -4019,7 +4019,7 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "tauri-bundler"
|
|
|
-version = "2.0.0-alpha.11"
|
|
|
+version = "2.0.0-alpha.12"
|
|
|
dependencies = [
|
|
|
"anyhow",
|
|
|
"ar",
|
|
@@ -4046,7 +4046,7 @@ dependencies = [
|
|
|
"strsim",
|
|
|
"tar",
|
|
|
"tauri-icns",
|
|
|
- "tauri-utils 2.0.0-alpha.10",
|
|
|
+ "tauri-utils 2.0.0-alpha.11",
|
|
|
"tempfile",
|
|
|
"thiserror",
|
|
|
"time",
|
|
@@ -4060,7 +4060,7 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "tauri-cli"
|
|
|
-version = "2.0.0-alpha.17"
|
|
|
+version = "2.0.0-alpha.18"
|
|
|
dependencies = [
|
|
|
"anyhow",
|
|
|
"axum",
|
|
@@ -4111,7 +4111,7 @@ dependencies = [
|
|
|
"tauri-bundler",
|
|
|
"tauri-icns",
|
|
|
"tauri-utils 1.5.0",
|
|
|
- "tauri-utils 2.0.0-alpha.10",
|
|
|
+ "tauri-utils 2.0.0-alpha.11",
|
|
|
"thiserror",
|
|
|
"tokio",
|
|
|
"toml 0.8.2",
|
|
@@ -4177,7 +4177,7 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "tauri-utils"
|
|
|
-version = "2.0.0-alpha.10"
|
|
|
+version = "2.0.0-alpha.11"
|
|
|
dependencies = [
|
|
|
"aes-gcm",
|
|
|
"ctor 0.2.5",
|
|
@@ -4203,7 +4203,7 @@ dependencies = [
|
|
|
"toml 0.8.2",
|
|
|
"url",
|
|
|
"walkdir",
|
|
|
- "windows 0.51.1",
|
|
|
+ "windows-version",
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
@@ -5043,7 +5043,7 @@ version = "0.39.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "f1c4bd0a50ac6020f65184721f758dba47bb9fbc2133df715ec74a237b26794a"
|
|
|
dependencies = [
|
|
|
- "windows-implement 0.39.0",
|
|
|
+ "windows-implement",
|
|
|
"windows_aarch64_msvc 0.39.0",
|
|
|
"windows_i686_gnu 0.39.0",
|
|
|
"windows_i686_msvc 0.39.0",
|
|
@@ -5058,8 +5058,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "ca229916c5ee38c2f2bc1e9d8f04df975b4bd93f9955dc69fabb5d91270045c9"
|
|
|
dependencies = [
|
|
|
"windows-core",
|
|
|
- "windows-implement 0.51.1",
|
|
|
- "windows-interface",
|
|
|
"windows-targets 0.48.5",
|
|
|
]
|
|
|
|
|
@@ -5082,28 +5080,6 @@ dependencies = [
|
|
|
"windows-tokens",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "windows-implement"
|
|
|
-version = "0.51.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "fb2b158efec5af20d8846836622f50a87e6556b9153a42772fa047f773c0e555"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn 2.0.38",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "windows-interface"
|
|
|
-version = "0.51.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "0546e63e1ce64c04403d2311fa0e3ab5ae3a367bd524b4a38d8d8d18c70cfa76"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2",
|
|
|
- "quote",
|
|
|
- "syn 2.0.38",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "windows-sys"
|
|
|
version = "0.45.0"
|
|
@@ -5152,12 +5128,36 @@ dependencies = [
|
|
|
"windows_x86_64_msvc 0.48.5",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "windows-targets"
|
|
|
+version = "0.52.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd"
|
|
|
+dependencies = [
|
|
|
+ "windows_aarch64_gnullvm 0.52.0",
|
|
|
+ "windows_aarch64_msvc 0.52.0",
|
|
|
+ "windows_i686_gnu 0.52.0",
|
|
|
+ "windows_i686_msvc 0.52.0",
|
|
|
+ "windows_x86_64_gnu 0.52.0",
|
|
|
+ "windows_x86_64_gnullvm 0.52.0",
|
|
|
+ "windows_x86_64_msvc 0.52.0",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "windows-tokens"
|
|
|
version = "0.39.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "f838de2fe15fe6bac988e74b798f26499a8b21a9d97edec321e79b28d1d7f597"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "windows-version"
|
|
|
+version = "0.1.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "75aa004c988e080ad34aff5739c39d0312f4684699d6d71fc8a198d057b8b9b4"
|
|
|
+dependencies = [
|
|
|
+ "windows-targets 0.52.0",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
version = "0.42.2"
|
|
@@ -5170,6 +5170,12 @@ version = "0.48.5"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "windows_aarch64_gnullvm"
|
|
|
+version = "0.52.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "windows_aarch64_msvc"
|
|
|
version = "0.39.0"
|
|
@@ -5188,6 +5194,12 @@ version = "0.48.5"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "windows_aarch64_msvc"
|
|
|
+version = "0.52.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "windows_i686_gnu"
|
|
|
version = "0.39.0"
|
|
@@ -5206,6 +5218,12 @@ version = "0.48.5"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "windows_i686_gnu"
|
|
|
+version = "0.52.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "windows_i686_msvc"
|
|
|
version = "0.39.0"
|
|
@@ -5224,6 +5242,12 @@ version = "0.48.5"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "windows_i686_msvc"
|
|
|
+version = "0.52.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "windows_x86_64_gnu"
|
|
|
version = "0.39.0"
|
|
@@ -5242,6 +5266,12 @@ version = "0.48.5"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "windows_x86_64_gnu"
|
|
|
+version = "0.52.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
version = "0.42.2"
|
|
@@ -5254,6 +5284,12 @@ version = "0.48.5"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "windows_x86_64_gnullvm"
|
|
|
+version = "0.52.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "windows_x86_64_msvc"
|
|
|
version = "0.39.0"
|
|
@@ -5272,6 +5308,12 @@ version = "0.48.5"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "windows_x86_64_msvc"
|
|
|
+version = "0.52.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "winnow"
|
|
|
version = "0.5.17"
|