mirror of
https://github.com/tauri-apps/tauri.git
synced 2025-01-05 18:47:50 +03:00
chore(deps) Update Tauri Bundler (#1412)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
6dbe1763d5
commit
b5cecbe212
4
cli/tauri-bundler/Cargo.lock
generated
4
cli/tauri-bundler/Cargo.lock
generated
@ -1441,9 +1441,9 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "winreg"
|
name = "winreg"
|
||||||
version = "0.7.0"
|
version = "0.8.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"
|
checksum = "d107f8c6e916235c4c01cabb3e8acf7bea8ef6a63ca2e7fa0527c049badfc48c"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"winapi",
|
"winapi",
|
||||||
]
|
]
|
||||||
|
@ -37,7 +37,7 @@ walkdir = "2"
|
|||||||
lazy_static = { version = "1.4" }
|
lazy_static = { version = "1.4" }
|
||||||
handlebars = { version = "3.5" }
|
handlebars = { version = "3.5" }
|
||||||
zip = { version = "0.5" }
|
zip = { version = "0.5" }
|
||||||
tempfile = "3.1.0"
|
tempfile = "3.2.0"
|
||||||
regex = { version = "1" }
|
regex = { version = "1" }
|
||||||
|
|
||||||
[target."cfg(target_os = \"windows\")".dependencies]
|
[target."cfg(target_os = \"windows\")".dependencies]
|
||||||
@ -45,7 +45,7 @@ attohttpc = { version = "0.16.3" }
|
|||||||
regex = { version = "1" }
|
regex = { version = "1" }
|
||||||
uuid = { version = "0.8", features = [ "v5" ] }
|
uuid = { version = "0.8", features = [ "v5" ] }
|
||||||
bitness = "0.4"
|
bitness = "0.4"
|
||||||
winreg = "0.7"
|
winreg = "0.8"
|
||||||
|
|
||||||
[target."cfg(not(target_os = \"linux\"))".dependencies]
|
[target."cfg(not(target_os = \"linux\"))".dependencies]
|
||||||
sha2 = { version = "0.9" }
|
sha2 = { version = "0.9" }
|
||||||
|
Loading…
Reference in New Issue
Block a user