From 79bccc33e0f1df34df2cb8fd77bbe3b6fe91e8a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa=20Moreno?= Date: Thu, 22 Feb 2018 09:19:43 +0100 Subject: [PATCH] update cargo deps --- fractal-api/Cargo.toml | 4 ++-- fractal-gtk/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fractal-api/Cargo.toml b/fractal-api/Cargo.toml index 1265d0aa..be4014f8 100644 --- a/fractal-api/Cargo.toml +++ b/fractal-api/Cargo.toml @@ -11,13 +11,13 @@ gdk-pixbuf = "0.3.0" glib = "0.4.1" mime = "0.3.5" regex = "0.2.6" -reqwest = "0.8.4" +reqwest = "0.8.5" serde = "1.0.27" serde_derive = "1.0.27" serde_json = "1.0.9" time = "0.1.39" tree_magic = "0.2.0" -url = "1.6.0" +url = "1.7.0" unicode-segmentation = "1.2.0" [dependencies.cairo-rs] diff --git a/fractal-gtk/Cargo.toml b/fractal-gtk/Cargo.toml index 807ee16d..4045d4fc 100644 --- a/fractal-gtk/Cargo.toml +++ b/fractal-gtk/Cargo.toml @@ -19,7 +19,7 @@ secret-service = "0.4.0" serde = "1.0.27" serde_derive = "1.0.27" serde_json = "1.0.9" -url = "1.6.0" +url = "1.7.0" rand = "0.4.2" [dependencies.cairo-rs]