Skip to content

Commit 504ff3f

Browse files
chore(deps): update rust crate tray-icon to 0.24 (#15364)
* chore(deps): update rust crate tray-icon to 0.24 * Enable gtk feature * Add change file --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tony <legendmastertony@gmail.com>
1 parent e6083a1 commit 504ff3f

3 files changed

Lines changed: 15 additions & 9 deletions

File tree

.changes/tray-icon-0.24.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"tauri": "patch:deps"
3+
---
4+
5+
Updated dependency `tray-icon` to 0.24

Cargo.lock

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

crates/tauri/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,9 @@ muda = { version = "0.19", default-features = false, features = [
9191
"serde",
9292
"gtk",
9393
] }
94-
tray-icon = { version = "0.23", default-features = false, features = [
94+
tray-icon = { version = "0.24", default-features = false, features = [
9595
"serde",
96+
"gtk",
9697
], optional = true }
9798

9899
# linux

0 commit comments

Comments
 (0)