From 3c968057c424523cd32fc09ef92229d79a582892 Mon Sep 17 00:00:00 2001 From: meehow Date: Tue, 5 Apr 2016 11:20:05 +0200 Subject: [PATCH] update dependencies and fix #4 --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 339ca20..f2c4457 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,6 @@ exclude = ["examples/*", "tests/*"] keywords = ["firebase", "rest", "api"] [dependencies] -url = "0.2.35" -curl = "0.2.10" -rustc-serialize = "0.3.15" +url = "0.5" +curl = "0.2" +rustc-serialize = "0.3"