chore(deps) Update Tauri Bundler (1.x) (#7639)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-10-18 13:26:24 -03:00
committed by GitHub
parent be8e5aa307
commit de985bad18

View File

@@ -18,21 +18,21 @@ exclude = [ "CHANGELOG.md", "/target", "rustfmt.toml" ]
[dependencies]
tauri-utils = { version = "1.5.0", path = "../../core/tauri-utils", features = [ "resources" ] }
image = "0.24.6"
image = "0.24.7"
libflate = "1.4"
anyhow = "1.0"
thiserror = "1.0"
serde_json = "1.0"
serde = { version = "1.0", features = [ "derive" ] }
strsim = "0.10.0"
tar = "0.4.38"
tar = "0.4.40"
walkdir = "2"
handlebars = "4.3"
tempfile = "3.6.0"
log = { version = "0.4.19", features = [ "kv_unstable" ] }
handlebars = "4.4"
tempfile = "3.8.0"
log = { version = "0.4.20", features = [ "kv_unstable" ] }
dirs-next = "2.0"
os_pipe = "1"
ureq = { version = "2.6", default-features = false }
ureq = { version = "2.8", default-features = false }
native-tls = { version = "0.2", optional = true }
hex = "0.4"
semver = "1"
@@ -43,7 +43,7 @@ dunce = "1"
[target."cfg(target_os = \"windows\")".dependencies]
uuid = { version = "1", features = [ "v4", "v5" ] }
winreg = "0.50"
winreg = "0.51"
glob = "0.3"
[target."cfg(target_os = \"windows\")".dependencies.windows-sys]