From 769c6644dcfed95e23214675987f938240b99dee Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2019 23:13:47 +0000 Subject: [PATCH] Update gio requirement from 0.3.0 to 0.7.0 Updates the requirements on [gio](https://github.com/gtk-rs/gio) to permit the latest version. - [Release notes](https://github.com/gtk-rs/gio/releases) - [Commits](https://github.com/gtk-rs/gio/compare/0.3.0...0.7.0) 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 5409955..67f87b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ version = "0.3.0" features = ["v3_18"] [dependencies] -gio = "0.3.0" +gio = "0.7.0" gdk = "0.7.0" glib = "0.4.1" urlshortener = "0.8.1"