From b155605bfcb53c9e42224fce111be0ebf6dbd883 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 15:15:40 +0000 Subject: [PATCH] fix(deps): update rust crate gtk to 0.18.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b27fbb6d..baafa246 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ features = [ ] [target."cfg(target_os = \"linux\")".dependencies] -gtk = "0.18" +gtk = "0.18.1" libxdo = { version = "0.6.0", optional = true } [target."cfg(target_os = \"macos\")".dependencies]