Skip to content

Commit 37557ff

Browse files
chore(deps) Update Tauri CLI (dev) (#10808)
* chore(deps) Update Tauri CLI * html5ever 0.26 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lucas Nogueira <[email protected]>
1 parent 6cd917c commit 37557ff

File tree

2 files changed

+61
-37
lines changed

2 files changed

+61
-37
lines changed

Cargo.lock

Lines changed: 57 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/tauri-cli/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@ css-color = "0.2"
101101
resvg = "0.43.0"
102102
dunce = "1"
103103
glob = "0.3"
104-
oxc_parser = "0.24"
105-
oxc_span = "0.24"
106-
oxc_allocator = "0.24"
107-
oxc_ast = "0.24"
104+
oxc_parser = "0.25"
105+
oxc_span = "0.25"
106+
oxc_allocator = "0.25"
107+
oxc_ast = "0.25"
108108
magic_string = "0.3"
109109
phf = { version = "0.11", features = ["macros"] }
110110
walkdir = "2"

0 commit comments

Comments
 (0)