From a1424253d79511f7e580d0e24e6241a33fbc2817 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 3 Nov 2020 04:54:09 +0000 Subject: [PATCH] Update glib-sys requirement from ^0.4.0 to ^0.10.1 Updates the requirements on [glib-sys](https://github.com/gtk-rs/sys) to permit the latest version. - [Release notes](https://github.com/gtk-rs/sys/releases) - [Commits](https://github.com/gtk-rs/sys/commits/glib-sys-0.10.1) 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..9422869b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,6 +19,6 @@ version = "1.0.2" gdk-pixbuf = "^0.2.0" gdk-pixbuf-sys = "^0.4.0" glib = "^0.3.1" -glib-sys = "^0.4.0" +glib-sys = "^0.10.1" gobject-sys = "^0.4.0" libnotify-sys = "^1.0.1"