From d76926d6e17b6f79c2e637fb12931081f562225a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 17:07:11 +0000 Subject: [PATCH] Bump gdk from 0.16.0 to 0.16.2 Bumps [gdk](https://github.com/gtk-rs/gtk3-rs) from 0.16.0 to 0.16.2. - [Release notes](https://github.com/gtk-rs/gtk3-rs/releases) - [Commits](https://github.com/gtk-rs/gtk3-rs/commits) --- updated-dependencies: - dependency-name: gdk 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 a7c04fc..79bdec4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -325,9 +325,9 @@ dependencies = [ [[package]] name = "gdk" -version = "0.16.0" +version = "0.16.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f0a4a7aa015962d02634258715164977eb151b48fd250dcac48fab8d312a5aa" +checksum = "aa9cb33da481c6c040404a11f8212d193889e9b435db2c14fd86987f630d3ce1" dependencies = [ "bitflags", "cairo-rs", diff --git a/Cargo.toml b/Cargo.toml index fa1ca71..bfebd10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ once_cell = "1.16.0" gettext-rs = { version = "0.7", features = ["gettext-system"] } gtk = { version = "0.16.1", features = ["v3_24_30"] } gio = { version = "0.16.3", features = ["v2_72"] } -gdk = "0.16.0" +gdk = "0.16.2" gdk-pixbuf = "0.16.3" glib = "0.16.3" serde = { version = "1.0.147", features = ["derive"] }