chore(deps) Update Tauri Bundler (#1412)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-03-31 02:17:37 -03:00 committed by GitHub
parent 6dbe1763d5
commit b5cecbe212
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -1441,9 +1441,9 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "winreg"
version = "0.7.0"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"
checksum = "d107f8c6e916235c4c01cabb3e8acf7bea8ef6a63ca2e7fa0527c049badfc48c"
dependencies = [
"winapi",
]

View File

@ -37,7 +37,7 @@ walkdir = "2"
lazy_static = { version = "1.4" }
handlebars = { version = "3.5" }
zip = { version = "0.5" }
tempfile = "3.1.0"
tempfile = "3.2.0"
regex = { version = "1" }
[target."cfg(target_os = \"windows\")".dependencies]
@ -45,7 +45,7 @@ attohttpc = { version = "0.16.3" }
regex = { version = "1" }
uuid = { version = "0.8", features = [ "v5" ] }
bitness = "0.4"
winreg = "0.7"
winreg = "0.8"
[target."cfg(not(target_os = \"linux\"))".dependencies]
sha2 = { version = "0.9" }