Przeglądaj źródła

chore(deps) Update Tauri Bundler (#1412)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
renovate[bot] 4 lat temu
rodzic
commit
b5cecbe212
2 zmienionych plików z 4 dodań i 4 usunięć
  1. 2 2
      cli/tauri-bundler/Cargo.lock
  2. 2 2
      cli/tauri-bundler/Cargo.toml

+ 2 - 2
cli/tauri-bundler/Cargo.lock

@@ -1441,9 +1441,9 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
 
 [[package]]
 name = "winreg"
-version = "0.7.0"
+version = "0.8.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"
+checksum = "d107f8c6e916235c4c01cabb3e8acf7bea8ef6a63ca2e7fa0527c049badfc48c"
 dependencies = [
  "winapi",
 ]

+ 2 - 2
cli/tauri-bundler/Cargo.toml

@@ -37,7 +37,7 @@ walkdir = "2"
 lazy_static = { version = "1.4" }
 handlebars = { version = "3.5" }
 zip = { version = "0.5" }
-tempfile = "3.1.0"
+tempfile = "3.2.0"
 regex = { version = "1" }
 
 [target."cfg(target_os = \"windows\")".dependencies]
@@ -45,7 +45,7 @@ attohttpc = { version = "0.16.3" }
 regex = { version = "1" }
 uuid = { version = "0.8", features = [ "v5" ] }
 bitness = "0.4"
-winreg = "0.7"
+winreg = "0.8"
 
 [target."cfg(not(target_os = \"linux\"))".dependencies]
 sha2 = { version = "0.9" }