|
@@ -1287,6 +1287,14 @@ dependencies = [
|
|
|
"phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
]
|
|
|
|
|
|
+[[package]]
|
|
|
+name = "phf"
|
|
|
+version = "0.8.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+dependencies = [
|
|
|
+ "phf_shared 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+]
|
|
|
+
|
|
|
[[package]]
|
|
|
name = "phf_codegen"
|
|
|
version = "0.7.24"
|
|
@@ -1987,7 +1995,7 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
|
name = "tauri"
|
|
|
-version = "0.1.3"
|
|
|
+version = "0.2.0"
|
|
|
dependencies = [
|
|
|
"base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"dirs 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -1997,7 +2005,7 @@ dependencies = [
|
|
|
"ignore 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"pbr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "phf 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "phf 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"reqwest 0.9.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -2006,7 +2014,8 @@ dependencies = [
|
|
|
"serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"sysinfo 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"tar 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tauri_includedir_codegen 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "tauri_includedir 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "tauri_includedir_codegen 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -2051,9 +2060,18 @@ dependencies = [
|
|
|
]
|
|
|
|
|
|
[[package]]
|
|
|
-name = "tauri_includedir_codegen"
|
|
|
+name = "tauri_includedir"
|
|
|
version = "0.5.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+dependencies = [
|
|
|
+ "flate2 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+ "phf 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "tauri_includedir_codegen"
|
|
|
+version = "0.5.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
dependencies = [
|
|
|
"flate2 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
"phf_codegen 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
@@ -2704,6 +2722,7 @@ dependencies = [
|
|
|
"checksum pest_generator 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7b9fcf299b5712d06ee128a556c94709aaa04512c4dffb8ead07c5c998447fc0"
|
|
|
"checksum pest_meta 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "df43fd99896fd72c485fe47542c7b500e4ac1e8700bf995544d1317a60ded547"
|
|
|
"checksum phf 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" = "b3da44b85f8e8dfaec21adae67f95d93244b2ecf6ad2a692320598dcc8e6dd18"
|
|
|
+"checksum phf 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12"
|
|
|
"checksum phf_codegen 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" = "b03e85129e324ad4166b06b2c7491ae27fe3ec353af72e72cd1654c7225d517e"
|
|
|
"checksum phf_codegen 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815"
|
|
|
"checksum phf_generator 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" = "09364cc93c159b8b06b1f4dd8a4398984503483891b0c26b867cf431fb132662"
|
|
@@ -2785,7 +2804,8 @@ dependencies = [
|
|
|
"checksum take_mut 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60"
|
|
|
"checksum tar 0.4.26 (registry+https://github.com/rust-lang/crates.io-index)" = "b3196bfbffbba3e57481b6ea32249fbaf590396a52505a2615adbb79d9d826d3"
|
|
|
"checksum target_build_utils 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "013d134ae4a25ee744ad6129db589018558f620ddfa44043887cdd45fa08e75c"
|
|
|
-"checksum tauri_includedir_codegen 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4ce0832eb4da6f615c948ae27d34033653a0032c9d7cfde9f62770b8a8e6e38f"
|
|
|
+"checksum tauri_includedir 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e9bfd76af95b4d8fbb11e7a04926c0ae665acb21f37830c8fd6e4aa328140f54"
|
|
|
+"checksum tauri_includedir_codegen 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "35ca65c9d347396ee37b7b0d41a4092211b45bf0f88806d810b1e6f93dc0cc4e"
|
|
|
"checksum tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8"
|
|
|
"checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
|
|
|
"checksum term 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c0863a3345e70f61d613eab32ee046ccd1bcc5f9105fe402c61fcd0c13eeb8b5"
|