From 404cf060cf73b629fb685b225a8fedfa529ecb01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 22:25:04 +0000 Subject: [PATCH] build(deps): update glib requirement from 0.19 to 0.20 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.19.0...0.20.0) --- updated-dependencies: - dependency-name: glib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- compio-runtime/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compio-runtime/Cargo.toml b/compio-runtime/Cargo.toml index d3486b1d..ae66c27b 100644 --- a/compio-runtime/Cargo.toml +++ b/compio-runtime/Cargo.toml @@ -61,7 +61,7 @@ core-foundation = "0.9.4" block2 = "0.5.0" [target.'cfg(not(any(windows, target_os = "macos")))'.dev-dependencies] -glib = "0.19" +glib = "0.20" [features] event = ["dep:cfg-if", "compio-buf/arrayvec"]