Skip to content

Commit

Permalink
Bump tray-icon from 0.14.1 to 0.14.3
Browse files Browse the repository at this point in the history
Bumps [tray-icon](https://github.com/tauri-apps/tray-icon) from 0.14.1 to 0.14.3.
- [Release notes](https://github.com/tauri-apps/tray-icon/releases)
- [Changelog](https://github.com/tauri-apps/tray-icon/blob/dev/CHANGELOG.md)
- [Commits](tauri-apps/tray-icon@tray-icon-v0.14.1...tray-icon-v0.14.3)

---
updated-dependencies:
- dependency-name: tray-icon
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 5, 2024
1 parent 3b1e8d3 commit 2215c21
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 13 deletions.
30 changes: 18 additions & 12 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ tikv-jemallocator = { version = "0.5", features = ["unprefixed_malloc_on_support
rustix = { version = "0.38.34", features = ["fs"] }

[target.'cfg(windows)'.dependencies]
tray-icon = { version = "0.14.1", default-features = false }
tray-icon = { version = "0.14.3", default-features = false }
windows = { version = "0.56", features = ["Win32_Foundation", "Win32_System_Console", "Win32_UI_WindowsAndMessaging", "Win32_Storage_FileSystem"] }
tao = "0.28"

Expand Down

0 comments on commit 2215c21

Please sign in to comment.