From 51d7b2dc69ae4d6b517db7b29febf89986f5375a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 16:53:02 +0000 Subject: [PATCH] chore(deps): bump wry from 0.54.4 to 0.55.1 in /packages/webview Bumps [wry](https://github.com/tauri-apps/wry) from 0.54.4 to 0.55.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.54.4...wry-v0.55.1) --- updated-dependencies: - dependency-name: wry dependency-version: 0.55.1 dependency-type: direct:production update-type: version-update:semver-minor ... 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..7f3e13e 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.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5a8135d8676225e5744de000d4dff5a082501bf7db6a1c1495034f8c314edbc" +checksum = "186f9871daa55fd9c016578b810d149de58367113db7fb72b462d2323ce19514" dependencies = [ "base64", "block2", diff --git a/packages/webview/Cargo.toml b/packages/webview/Cargo.toml index edb82e8..ba01c6c 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.1", features = ["devtools", "protocol"] } http = "1" # Windows-only: kept for runtime.rs (WebView2 detection/install)