From 10f0f8c7d0fc9656f63c96d6230d914a105aba08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2026 12:03:22 +0000 Subject: [PATCH] chore(deps): bump wry from 0.54.2 to 0.54.3 in /packages/webview Bumps [wry](https://github.com/tauri-apps/wry) from 0.54.2 to 0.54.3. - [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.54.2...wry-v0.54.3) --- updated-dependencies: - dependency-name: wry dependency-version: 0.54.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- packages/webview/Cargo.lock | 4 ++-- packages/webview/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/webview/Cargo.lock b/packages/webview/Cargo.lock index ca7cd90..7f1b73b 100644 --- a/packages/webview/Cargo.lock +++ b/packages/webview/Cargo.lock @@ -2867,9 +2867,9 @@ checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9" [[package]] name = "wry" -version = "0.54.4" +version = "0.55.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5a8135d8676225e5744de000d4dff5a082501bf7db6a1c1495034f8c314edbc" +checksum = "3013fd6116aac351dd2e18f349b28b2cfef3a5ff3253a9d0ce2d7193bb1b4429" dependencies = [ "base64", "block2", diff --git a/packages/webview/Cargo.toml b/packages/webview/Cargo.toml index edb82e8..e2d689a 100644 --- a/packages/webview/Cargo.toml +++ b/packages/webview/Cargo.toml @@ -14,7 +14,7 @@ tao = { version = "0.35.0", features = ["rwh_06"] } # NOTE: The "devtools" feature is always compiled in. DevTools are disabled at # runtime by default (options.devtools defaults to false). Production deployments # should never enable devtools, as it grants full DOM/JS inspection access. -wry = { version = "0.54.3", features = ["devtools", "protocol"] } +wry = { version = "0.55.0", features = ["devtools", "protocol"] } http = "1" # Windows-only: kept for runtime.rs (WebView2 detection/install)