From 114497f6278ea318aecd633985db2a570593ae9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 18:55:43 +0000 Subject: [PATCH] Update glib requirement from 0.18 to 0.19 Updates the requirements on [glib](https://github.com/gtk-rs/gtk-rs-core) to permit the latest version. - [Release notes](https://github.com/gtk-rs/gtk-rs-core/releases) - [Changelog](https://github.com/gtk-rs/gtk-rs-core/blob/master/CHANGELOG.md) - [Commits](https://github.com/gtk-rs/gtk-rs-core/compare/0.18.0...0.18.5) --- updated-dependencies: - dependency-name: glib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index eedf133..f71ec95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ clap = { version = "4.4.11", features = ["derive"] } gtk = "0.18" gdk = "0.18" -glib = "0.18" +glib = "0.19" pango = { version = "0.18", features = ["v1_50"] } # zoha-vte = { path = "../zoha-vte-rs/zoha-vte", features = ["v0_70"] }