Skip to content

Commit c0a5a10

Browse files
chore(deps): update rust crate notify-debouncer-mini to 0.5 (dev) (#12118)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: FabianLars <[email protected]>
1 parent d7f48cb commit c0a5a10

File tree

3 files changed

+40
-32
lines changed

3 files changed

+40
-32
lines changed

.github/workflows/test-cli-rs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
if: matrix.platform.os == 'ubuntu-latest'
5353
run: |
5454
sudo apt-get update
55-
sudo apt-get install -y libgtk-3-dev webkit2gtk-4.1 libayatana-appindicator3-dev
55+
sudo apt-get install -y libgtk-3-dev webkit2gtk-4.1 libayatana-appindicator3-dev librsvg2-dev
5656
5757
- uses: Swatinem/rust-cache@v2
5858

Cargo.lock

Lines changed: 37 additions & 29 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ tauri-bundler = { version = "2.1.0", default-features = false, path = "../tauri-
5151
colored = "2"
5252
serde = { version = "1", features = ["derive"] }
5353
serde_json = { version = "1", features = ["preserve_order"] }
54-
notify = "6"
55-
notify-debouncer-mini = "0.4"
54+
notify = "7"
55+
notify-debouncer-mini = "0.5"
5656
shared_child = "1"
5757
duct = "0.13"
5858
toml_edit = { version = "0.22", features = ["serde"] }

0 commit comments

Comments
 (0)