Pārlūkot izejas kodu

chore(deps) Update Tauri Bundler (dev) (#7579)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] 2 gadi atpakaļ
vecāks
revīzija
82c3f6be4a
1 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  1. 3 3
      tooling/bundler/Cargo.toml

+ 3 - 3
tooling/bundler/Cargo.toml

@@ -18,17 +18,17 @@ exclude = [ "CHANGELOG.md", "/target", "rustfmt.toml" ]
 
 [dependencies]
 tauri-utils = { version = "2.0.0-alpha.6", path = "../../core/tauri-utils", features = [ "resources" ] }
-image = "0.24.6"
+image = "0.24.7"
 libflate = "2.0"
 anyhow = "1.0"
 thiserror = "1.0"
 serde_json = "1.0"
 serde = { version = "1.0", features = [ "derive" ] }
 strsim = "0.10.0"
-tar = "0.4.39"
+tar = "0.4.40"
 walkdir = "2"
 handlebars = "4.3"
-tempfile = "3.7.0"
+tempfile = "3.7.1"
 log = { version = "0.4.19", features = [ "kv_unstable" ] }
 dirs-next = "2.0"
 os_pipe = "1"