Skip to content

Commit

Permalink
chore(deps) Update Tauri Utils
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 21, 2024
1 parent 2b61447 commit c8fea70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/tauri-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ thiserror = "1"
phf = { version = "0.11", features = [ "macros" ] }
brotli = { version = "6", optional = true }
url = { version = "2", features = [ "serde" ] }
html5ever = "0.26" # kuchikiki requires 0.26 still
html5ever = "0.28" # kuchikiki requires 0.26 still
kuchiki = { package = "kuchikiki", version = "0.8" }
proc-macro2 = { version = "1", optional = true }
quote = { version = "1", optional = true }
Expand All @@ -29,13 +29,13 @@ getrandom = { version = "0.2", optional = true, features = [ "std" ] }
serialize-to-javascript = { version = "=0.1.2", optional = true }
ctor = "0.2"
json5 = { version = "0.4", optional = true }
toml = { version = "0.7", optional = true } # the other used toml crates still use 0.7
toml = { version = "0.8", optional = true } # the other used toml crates still use 0.7
json-patch = "2"
glob = { version = "0.3", optional = true }
walkdir = { version = "2", optional = true }
memchr = "2"
semver = "1"
infer = "0.13" # 0.14 raised msrv
infer = "0.16" # 0.14 raised msrv
dunce = "1"
log = "0.4"

Expand Down

0 comments on commit c8fea70

Please sign in to comment.