Skip to content

Commit a219ede

Browse files
chore(deps): update rust crate tray-icon to 0.22 (#15203)
* chore(deps): update rust crate tray-icon to 0.22 * Add change file * Update lock --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tony <legendmastertony@gmail.com>
1 parent 001c8fe commit a219ede

3 files changed

Lines changed: 34 additions & 16 deletions

File tree

.changes/tray-icon-0.22.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
tauri: minor:deps
3+
---
4+
5+
Updated `tray-icon` to v0.22

Cargo.lock

Lines changed: 28 additions & 15 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ muda = { version = "0.17", default-features = false, features = [
9090
"serde",
9191
"gtk",
9292
] }
93-
tray-icon = { version = "0.21", default-features = false, features = [
93+
tray-icon = { version = "0.22", default-features = false, features = [
9494
"serde",
9595
], optional = true }
9696

0 commit comments

Comments
 (0)