From d22c7e3b233afb2b2235dce535bee2bcc416cffb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 19:36:05 +0000 Subject: [PATCH] chore(deps): update rust crate webkit2gtk to v2 --- core/tauri-runtime-wry/Cargo.toml | 2 +- core/tauri/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/tauri-runtime-wry/Cargo.toml b/core/tauri-runtime-wry/Cargo.toml index 14b05563e1d9..37e43bca6459 100644 --- a/core/tauri-runtime-wry/Cargo.toml +++ b/core/tauri-runtime-wry/Cargo.toml @@ -31,7 +31,7 @@ webview2-com = "0.19.1" [target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies] gtk = { version = "0.15", features = [ "v3_20" ] } -webkit2gtk = { version = "0.18.2", features = [ "v2_22" ] } +webkit2gtk = { version = "2.0.0", features = [ "v2_22" ] } percent-encoding = "2.1" [target."cfg(any(target_os = \"ios\", target_os = \"macos\"))".dependencies] diff --git a/core/tauri/Cargo.toml b/core/tauri/Cargo.toml index 9c64beab97ae..14baa32cee38 100644 --- a/core/tauri/Cargo.toml +++ b/core/tauri/Cargo.toml @@ -110,7 +110,7 @@ notify-rust = { version = "4", optional = true } [target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies] gtk = { version = "0.15", features = [ "v3_20" ] } # Do not update without consensus glib = "0.15" # Do not update without consensus -webkit2gtk = { version = "0.18.2", features = [ "v2_22" ] } # Do not update without consensus +webkit2gtk = { version = "2.0.0", features = [ "v2_22" ] } # Do not update without consensus nix = { version = "0.26.0", default-features = false, features = [ "user", "socket", "uio" ], optional = true } # 0.27 raised msrv [target."cfg(target_os = \"macos\")".dependencies]