From 1aeea4afb9c6db8296788c63d8011adedd4c1a30 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 11:15:14 +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 6c8709e..d521eae 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -47,7 +47,7 @@ windows = { version = "0.39", features = ["Win32_Foundation"] } [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 dialog = "0.3.0" [target.'cfg(target_os = "macos")'.dependencies]