From 66bb64179d25df51b1da60290d9d25d86b61e9d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 21:46:02 +0000 Subject: [PATCH] Bump wry from 0.43.0 to 0.44.0 Bumps [wry](https://github.com/tauri-apps/wry) from 0.43.0 to 0.44.0. - [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.43...wry-v0.44) --- updated-dependencies: - dependency-name: wry dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- usbsas-client/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cb071e2..4739591 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5344,9 +5344,9 @@ dependencies = [ [[package]] name = "wry" -version = "0.43.0" +version = "0.44.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f63d304b9800fe3cbfe83473fbfd709767076b46bb6ca1507a4bd36092b7ae4" +checksum = "6d7e385ebabe006332d3863482297408cb39d778db41009f50896ac356d8c49e" dependencies = [ "base64", "block", diff --git a/usbsas-client/Cargo.toml b/usbsas-client/Cargo.toml index f9692e6..05ce9b0 100644 --- a/usbsas-client/Cargo.toml +++ b/usbsas-client/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" clap = "4.5" tao = "0.30" usbsas-sandbox = { path = "../usbsas-sandbox" } -wry = { version = "0.43", default-features = false, features = ["os-webview", "fullscreen"] } +wry = { version = "0.44", default-features = false, features = ["os-webview", "fullscreen"] } # cargo-deb [package.metadata.deb]