From eddb1df7e30271a49afa09a69af38e00b62a7c5d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 07:36:18 +0000 Subject: [PATCH] fix(deps): update rust crate gtk 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 4432ebcb..a8f1ae94 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -46,7 +46,7 @@ webview2-com = "0.19" windows = { version = "0.39", features = ["Win32_Foundation"] } [target.'cfg(target_os = "linux")'.dependencies] -gtk = "0.15" +gtk = "0.19" webkit2gtk = "0.18" # if tauri build fails, make sure to match this version to what we have in tauri dialog = "0.3.0"