From fb688908f763d8cafa731e8b229cdcdacb27d051 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 19:49:25 +0000 Subject: [PATCH] build(deps): update gtk4 requirement from 0.6.6 to 0.7.2 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.2) --- 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..0cba915 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.2" \ No newline at end of file