소스 검색

chore(deps) Update Tauri Bundler (#1008)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
renovate[bot] 4 년 전
부모
커밋
81282675f4
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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" }