build(deps): bump wry from 0.53.5 to 0.54.1 in /rust (#188)

Bumps [wry](https://github.com/tauri-apps/wry) from 0.53.5 to 0.54.1.
- [Release notes](https://github.com/tauri-apps/wry/releases)
- [Changelog](https://github.com/tauri-apps/wry/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/tauri-apps/wry/compare/wry-v0.53.5...wry-v0.54.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-01-19 14:44:03 +08:00
committed by GitHub
parent 70b6e29ad0
commit 18df2d93cc
2 changed files with 7 additions and 7 deletions

View File

@@ -62,7 +62,7 @@ bytes = "1.10"
# WebView
[target.'cfg(not(target_os = "macos"))'.dependencies]
wry = "0.53.5"
wry = "0.54.1"
tao = { version = "0.34.5", features = ["serde"] }
image = { version = "0.25.9", default-features = false, features = ["ico"] }