From 2d605341557359dc82b8b7e4d4ce7b14cc9e3643 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 13:06:30 +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 0f0ece7..73a5289 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ clap = { version = "4.5", features = ["derive"] } gtk = "0.18.1" gdk = "0.18.0" -glib = "0.18.5" +glib = "0.21.5" pango = { version = "0.18.3", features = ["v1_50"] } #zoha-vte = { path = "../zoha-vte-rs/zoha-vte", features = ["v0_70"] }