Explorar el Código

chore(deps) Update Tauri Bundler (#516)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
renovate[bot] hace 5 años
padre
commit
b09d19f5ce
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      cli/tauri-bundler/Cargo.toml

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

@@ -18,7 +18,7 @@ dirs = "2.0.2"
 error-chain = "0.12"
 glob = "0.3.0"
 icns = "0.3"
-image = "0.23.1"
+image = "0.23.2"
 libflate = "0.1"
 md5 = "0.7.0"
 msi = "0.2"
@@ -34,7 +34,7 @@ uuid = { version = "0.8", features = ["v5"] }
 walkdir = "2"
 
 [target.'cfg(target_os = "windows")'.dependencies]
-attohttpc = { version = "0.11.1" }
+attohttpc = { version = "0.12.0" }
 regex = { version = "1" }
 
 [target.'cfg(not(target_os = "linux"))'.dependencies]