Skip to content

Commit

Permalink
Bump wry from 0.40.1 to 0.41.0
Browse files Browse the repository at this point in the history
Bumps [wry](https://github.com/tauri-apps/wry) from 0.40.1 to 0.41.0.
- [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.40.1...wry-v0.41)

---
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 Jun 12, 2024
1 parent d026bb8 commit 605a29e
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 20 deletions.
82 changes: 63 additions & 19 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.28"
usbsas-sandbox = { path = "../usbsas-sandbox" }
wry = { version = "0.40", default-features = false, features = ["os-webview", "fullscreen"] }
wry = { version = "0.41", default-features = false, features = ["os-webview", "fullscreen"] }

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

0 comments on commit 605a29e

Please sign in to comment.