From b4e8f8691127dbdf8824dfe9ff7c71739b8a2040 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jan 2024 05:00:16 +0000 Subject: [PATCH] fix(deps): update rust crate webkit2gtk to v2 --- src-tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index adaef063..a1406e8d 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -26,7 +26,7 @@ tauri-plugin-window-state = { git = "https://github.com/tauri-apps/plugins-works [target.'cfg(target_os = "linux")'.dependencies] gtk = "0.15" -webkit2gtk = "0.18" # if tauri build fails, make sure to match this version to what we have in tauri +webkit2gtk = "2.0" # if tauri build fails, make sure to match this version to what we have in tauri [target.'cfg(target_os = "macos")'.dependencies] objc = "0.2"