From 2f12ee35c4dd7d84d21576b553d43ff87b85d95f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 14:46:14 +0000 Subject: [PATCH] build(deps): bump gtk from 0.18.1 to 0.18.2 Bumps [gtk](https://github.com/gtk-rs/gtk3-rs) from 0.18.1 to 0.18.2. - [Release notes](https://github.com/gtk-rs/gtk3-rs/releases) - [Commits](https://github.com/gtk-rs/gtk3-rs/commits) --- updated-dependencies: - dependency-name: gtk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5b66e544..1b0a17f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1285,9 +1285,9 @@ dependencies = [ [[package]] name = "gtk" -version = "0.18.1" +version = "0.18.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93c4f5e0e20b60e10631a5f06da7fe3dda744b05ad0ea71fee2f47adf865890c" +checksum = "fd56fb197bfc42bd5d2751f4f017d44ff59fbb58140c6b49f9b3b2bdab08506a" dependencies = [ "atk", "cairo-rs", diff --git a/Cargo.toml b/Cargo.toml index 24c58587..23e707d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -85,7 +85,7 @@ schema = ["dep:schemars"] [dependencies] # core -gtk = "0.18.1" +gtk = "0.18.2" gtk-layer-shell = "0.8.2" glib = "0.18.5" tokio = { version = "1.42.0", features = [