Skip to content

Commit

Permalink
chore(deps): update rust crate notify-debouncer-mini to 0.5 (dev) (#1…
Browse files Browse the repository at this point in the history
…2118)

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 2, 2025
1 parent d7f48cb commit c0a5a10
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-cli-rs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
if: matrix.platform.os == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install -y libgtk-3-dev webkit2gtk-4.1 libayatana-appindicator3-dev
sudo apt-get install -y libgtk-3-dev webkit2gtk-4.1 libayatana-appindicator3-dev librsvg2-dev
- uses: Swatinem/rust-cache@v2

Expand Down
66 changes: 37 additions & 29 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.1.0", default-features = false, path = "../tauri-
colored = "2"
serde = { version = "1", features = ["derive"] }
serde_json = { version = "1", features = ["preserve_order"] }
notify = "6"
notify-debouncer-mini = "0.4"
notify = "7"
notify-debouncer-mini = "0.5"
shared_child = "1"
duct = "0.13"
toml_edit = { version = "0.22", features = ["serde"] }
Expand Down

0 comments on commit c0a5a10

Please sign in to comment.