From 765eb73d13e8b2cc1952fb31b9655065d0b8e7be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 19:49:22 +0000 Subject: [PATCH] build(deps): update gtk4 requirement from 0.6.6 to 0.7.1 Updates the requirements on [gtk4](https://github.com/gtk-rs/gtk4-rs) to permit the latest version. - [Release notes](https://github.com/gtk-rs/gtk4-rs/releases) - [Changelog](https://github.com/gtk-rs/gtk4-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/gtk-rs/gtk4-rs/compare/0.6.6...0.7.1) --- updated-dependencies: - dependency-name: gtk4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- gtk-experiment/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk-experiment/Cargo.toml b/gtk-experiment/Cargo.toml index 7d3b832..266a7d6 100644 --- a/gtk-experiment/Cargo.toml +++ b/gtk-experiment/Cargo.toml @@ -6,4 +6,4 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -gtk4 = "0.6.6" \ No newline at end of file +gtk4 = "0.7.1" \ No newline at end of file