Skip to content

Commit

Permalink
chore(deps) Update Tauri Utils (dev) (#7632)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Lucas Fernandes Nogueira <[email protected]>
  • Loading branch information
renovate[bot] and lucasfernog authored Oct 18, 2023
1 parent 620b7a5 commit 117a7dc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions core/tauri-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ rust-version = { workspace = true }
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"
Expand All @@ -28,23 +28,23 @@ 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 }
toml = { version = "0.7", optional = true }
json-patch = "1.0"
glob = { version = "0.3", optional = true }
walkdir = { version = "2", optional = true }
memchr = "2"
semver = "1"
infer = "0.12"
infer = "0.15"
dunce = "1"
log = "0.4.20"

[target."cfg(target_os = \"linux\")".dependencies]
heck = "0.4"

[target."cfg(windows)".dependencies.windows]
version = "0.48.0"
version = "0.51.0"
features = [
"implement",
"Win32_Foundation",
Expand Down

0 comments on commit 117a7dc

Please sign in to comment.