From e814c3a47f40bfedef59e9a92b26432ebfab05ed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 10:23:38 +0000 Subject: [PATCH] fix(deps): update rust crate gtk to 0.18 --- 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 41853092..3caf52c4 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -29,7 +29,7 @@ tauri-plugin-single-instance = { git = "https://github.com/tauri-apps/plugins-wo fix-path-env = { git = "https://github.com/tauri-apps/fix-path-env-rs" } [target.'cfg(target_os = "linux")'.dependencies] -gtk = "0.15" +gtk = "0.18" webkit2gtk = "0.18" # if tauri build fails, make sure to match this version to what we have in tauri [target.'cfg(target_os = "macos")'.dependencies]