瀏覽代碼

chore(deps) Update Tauri Bundler (#6640)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] 2 年之前
父節點
當前提交
a3c9754950
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      tooling/bundler/Cargo.toml

+ 4 - 4
tooling/bundler/Cargo.toml

@@ -18,8 +18,8 @@ exclude = [ "CHANGELOG.md", "/target", "rustfmt.toml" ]
 
 [dependencies]
 tauri-utils = { version = "1.2.1", path = "../../core/tauri-utils", features = [ "resources" ] }
-image = "0.24.5"
-libflate = "1.2"
+image = "0.24.6"
+libflate = "1.3"
 anyhow = "1.0"
 thiserror = "1.0"
 serde_json = "1.0"
@@ -28,7 +28,7 @@ strsim = "0.10.0"
 tar = "0.4.38"
 walkdir = "2"
 handlebars = "4.3"
-tempfile = "3.3.0"
+tempfile = "3.5.0"
 log = { version = "0.4.17", features = [ "kv_unstable" ] }
 dirs-next = "2.0"
 encoding_rs = "0.8"
@@ -46,7 +46,7 @@ zip = "0.6"
 [target."cfg(target_os = \"windows\")".dependencies]
 uuid = { version = "1", features = [ "v4", "v5" ] }
 bitness = "0.4"
-winreg = "0.10" # Can only be compiled for Windows hosts
+winreg = "0.50" # Can only be compiled for Windows hosts
 glob = "0.3"