Skip to content

Commit

Permalink
Bump tao from 0.28.1 to 0.30.2
Browse files Browse the repository at this point in the history
Bumps [tao](https://github.com/tauri-apps/tao) from 0.28.1 to 0.30.2.
- [Release notes](https://github.com/tauri-apps/tao/releases)
- [Changelog](https://github.com/tauri-apps/tao/blob/dev/CHANGELOG.md)
- [Commits](tauri-apps/tao@tao-v0.28.1...tao-v0.30.2)

---
updated-dependencies:
- dependency-name: tao
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 24, 2024
1 parent 7c36070 commit eb19c48
Show file tree
Hide file tree
Showing 2 changed files with 166 additions and 43 deletions.
207 changes: 165 additions & 42 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 @@ -56,7 +56,7 @@ rustix = { version = "0.38.34", features = ["fs"] }
[target.'cfg(windows)'.dependencies]
tray-icon = { version = "0.14.3", default-features = false }
windows = { version = "0.57", features = ["Win32_Foundation", "Win32_System_Console", "Win32_UI_WindowsAndMessaging", "Win32_Storage_FileSystem"] }
tao = "0.28"
tao = "0.30"

[build-dependencies]
openssl-src = { version = "300", features = ["weak-crypto"] }
Expand Down

0 comments on commit eb19c48

Please sign in to comment.