Przeglądaj źródła

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] 1 rok temu
rodzic
commit
78586968a8
1 zmienionych plików z 4 dodań i 4 usunięć
  1. 4 4
      tooling/bundler/Cargo.toml

+ 4 - 4
tooling/bundler/Cargo.toml

@@ -27,12 +27,12 @@ serde = { version = "1.0", features = [ "derive" ] }
 strsim = "0.10.0"
 tar = "0.4.40"
 walkdir = "2"
-handlebars = "4.3"
-tempfile = "3.7.1"
+handlebars = "4.4"
+tempfile = "3.8.0"
 log = { version = "0.4.20", features = [ "kv_unstable" ] }
 dirs-next = "2.0"
 os_pipe = "1"
-ureq = { version = "2.7", default-features = false }
+ureq = { version = "2.8", default-features = false }
 native-tls = { version = "0.2", optional = true }
 hex = "0.4"
 semver = "1"
@@ -44,7 +44,7 @@ dunce = "1"
 [target."cfg(target_os = \"windows\")".dependencies]
 uuid = { version = "1", features = [ "v4", "v5" ] }
 bitness = "0.4"
-winreg = "0.50"
+winreg = "0.51"
 glob = "0.3"
 
 [target."cfg(target_os = \"macos\")".dependencies]