Skip to content

Commit

Permalink
chore(deps): update rust crate notify to v8 (dev) (#12342)
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: FabianLars <[email protected]>
  • Loading branch information
renovate[bot] and FabianLars authored Jan 10, 2025
1 parent 89c6f08 commit cfe1af2
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 59 deletions.
102 changes: 45 additions & 57 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions crates/tauri-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ tauri-bundler = { version = "2.2.1", default-features = false, path = "../tauri-
colored = "2"
serde = { version = "1", features = ["derive"] }
serde_json = { version = "1", features = ["preserve_order"] }
notify = "7"
notify-debouncer-full = "0.4"
notify = "8"
notify-debouncer-full = "0.5"
shared_child = "1"
duct = "0.13"
toml_edit = { version = "0.22", features = ["serde"] }
Expand Down

0 comments on commit cfe1af2

Please sign in to comment.