From 6b4b40502d5f05bec3a767daaa2abcaa28808a8c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 12 Jul 2021 04:47:05 +0000 Subject: [PATCH] Update glib requirement from ^0.3.1 to ^0.14.2 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) - [Commits](https://github.com/gtk-rs/gtk-rs-core/commits/0.14.2) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2b565737..d075ab3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ version = "1.0.2" [dependencies] gdk-pixbuf = "^0.2.0" gdk-pixbuf-sys = "^0.4.0" -glib = "^0.3.1" +glib = "^0.14.2" glib-sys = "^0.4.0" gobject-sys = "^0.4.0" libnotify-sys = "^1.0.1"