Skip to content

Commit

Permalink
Bump wry from 0.45.0 to 0.46.3
Browse files Browse the repository at this point in the history
Bumps [wry](https://github.com/tauri-apps/wry) from 0.45.0 to 0.46.3.
- [Release notes](https://github.com/tauri-apps/wry/releases)
- [Changelog](https://github.com/tauri-apps/wry/blob/dev/CHANGELOG.md)
- [Commits](tauri-apps/wry@wry-v0.45...wry-v0.46.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 991155d commit 8d942ee
Show file tree
Hide file tree
Showing 2 changed files with 231 additions and 12 deletions.
241 changes: 230 additions & 11 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 usbsas-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
clap = "4.5"
tao = "0.30"
usbsas-sandbox = { path = "../usbsas-sandbox" }
wry = { version = "0.45", default-features = false, features = ["os-webview", "fullscreen"] }
wry = { version = "0.46", default-features = false, features = ["os-webview", "fullscreen"] }

# cargo-deb
[package.metadata.deb]
Expand Down

0 comments on commit 8d942ee

Please sign in to comment.