Skip to content

Commit

Permalink
chore(deps) Update Tauri CLI (dev) (#10808)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
renovate[bot] and lucasfernog authored Oct 17, 2024
1 parent 6cd917c commit 37557ff
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 37 deletions.
90 changes: 57 additions & 33 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions crates/tauri-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@ css-color = "0.2"
resvg = "0.43.0"
dunce = "1"
glob = "0.3"
oxc_parser = "0.24"
oxc_span = "0.24"
oxc_allocator = "0.24"
oxc_ast = "0.24"
oxc_parser = "0.25"
oxc_span = "0.25"
oxc_allocator = "0.25"
oxc_ast = "0.25"
magic_string = "0.3"
phf = { version = "0.11", features = ["macros"] }
walkdir = "2"
Expand Down

0 comments on commit 37557ff

Please sign in to comment.