chore(deps) Update Tauri Utils (1.x) (#8105)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.app>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
This commit is contained in:
renovate[bot] 2023-11-14 09:52:58 -03:00 committed by GitHub
parent 626121e7bf
commit e221aae531
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ readme = "README.md"
serde = { version = "1", features = [ "derive" ] }
serde_json = "1"
thiserror = "1"
phf = { version = "0.10", features = [ "macros" ] }
phf = { version = "0.11", features = [ "macros" ] }
brotli = { version = "3", optional = true, default-features = false, features = [ "std" ] }
url = { version = "2", features = [ "serde" ] }
html5ever = "0.26"
@ -27,15 +27,15 @@ serde_with = "3"
aes-gcm = { version = "0.10", optional = true }
getrandom = { version = "0.2", optional = true, features = [ "std" ] }
serialize-to-javascript = { version = "=0.1.1", optional = true }
ctor = "0.1"
ctor = "0.2"
json5 = { version = "0.4", optional = true }
toml = { version = "0.5", optional = true }
json-patch = "1.0"
toml = { version = "0.7", optional = true }
json-patch = "1.2"
glob = { version = "0.3", optional = true }
walkdir = { version = "2", optional = true }
memchr = "2"
semver = "1"
infer = "0.12"
infer = "0.13"
dunce = "1"
log = "0.4.20"
@ -43,7 +43,7 @@ log = "0.4.20"
heck = "0.4"
[target."cfg(windows)".dependencies.windows]
version = "0.39.0"
version = "0.39"
features = [
"implement",
"Win32_Foundation",