From 6c5f5ad5b9e4233e8939aa89ce83e93d4f72ac4c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2019 23:12:44 +0000 Subject: [PATCH] Update urlshortener requirement from 0.8.1 to 2.0.0 Updates the requirements on [urlshortener](https://github.com/vityafx/urlshortener-rs) to permit the latest version. - [Release notes](https://github.com/vityafx/urlshortener-rs/releases) - [Commits](https://github.com/vityafx/urlshortener-rs/commits) 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..c154464 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ features = ["v3_18"] gio = "0.3.0" gdk = "0.7.0" glib = "0.4.1" -urlshortener = "0.8.1" +urlshortener = "2.0.0" validator = "0.6.3" libnotify = "1.0.3" gdk-pixbuf = "0.3.0" \ No newline at end of file