chore(deps) Update Tauri Bundler (#6640)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-04-06 13:03:43 -03:00 committed by GitHub
parent 708efbd9b7
commit a3c9754950
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,8 +18,8 @@ exclude = [ "CHANGELOG.md", "/target", "rustfmt.toml" ]
[dependencies] [dependencies]
tauri-utils = { version = "1.2.1", path = "../../core/tauri-utils", features = [ "resources" ] } tauri-utils = { version = "1.2.1", path = "../../core/tauri-utils", features = [ "resources" ] }
image = "0.24.5" image = "0.24.6"
libflate = "1.2" libflate = "1.3"
anyhow = "1.0" anyhow = "1.0"
thiserror = "1.0" thiserror = "1.0"
serde_json = "1.0" serde_json = "1.0"
@ -28,7 +28,7 @@ strsim = "0.10.0"
tar = "0.4.38" tar = "0.4.38"
walkdir = "2" walkdir = "2"
handlebars = "4.3" handlebars = "4.3"
tempfile = "3.3.0" tempfile = "3.5.0"
log = { version = "0.4.17", features = [ "kv_unstable" ] } log = { version = "0.4.17", features = [ "kv_unstable" ] }
dirs-next = "2.0" dirs-next = "2.0"
encoding_rs = "0.8" encoding_rs = "0.8"
@ -46,7 +46,7 @@ zip = "0.6"
[target."cfg(target_os = \"windows\")".dependencies] [target."cfg(target_os = \"windows\")".dependencies]
uuid = { version = "1", features = [ "v4", "v5" ] } uuid = { version = "1", features = [ "v4", "v5" ] }
bitness = "0.4" bitness = "0.4"
winreg = "0.10" # Can only be compiled for Windows hosts winreg = "0.50" # Can only be compiled for Windows hosts
glob = "0.3" glob = "0.3"