Ver código fonte

chore(deps) Update Tauri Bundler (#1008)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
renovate[bot] 4 anos atrás
pai
commit
81282675f4
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      cli/tauri-bundler/Cargo.toml

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

@@ -23,7 +23,7 @@ clap = "^2"
 dirs = "2.0.2"
 glob = "0.3.0"
 icns = "0.3"
-image = "0.23.8"
+image = "0.23.9"
 libflate = "1.0"
 md5 = "0.7.0"
 msi = "0.2"
@@ -39,7 +39,7 @@ toml = "0.5.6"
 uuid = { version = "0.8", features = [ "v5" ] }
 walkdir = "2"
 lazy_static = { version = "1.4" }
-handlebars = { version = "3.4" }
+handlebars = { version = "3.5" }
 
 [target."cfg(target_os = \"windows\")".dependencies]
 attohttpc = { version = "0.15.0" }