From c3fcb2ee270f48f77a34f53ae5f23a8ea0ba2b1e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 13:30:25 +0000 Subject: [PATCH] fix(deps): update rust crate webkit2gtk to 0.19 --- 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 c6ac144..fd42e7f 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -45,7 +45,7 @@ native-dialog = "0.7.0" [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 = "0.19" # 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]