From dd62620a4b87090a96829e91f48a3f21edaf06a4 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Wed, 14 Jun 2017 09:49:16 +0200 Subject: [PATCH] Bump dependency versions --- Cargo.toml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 80520f4e..08273b2d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,13 +11,10 @@ repository = "https://github.com/ruma/ruma-api" version = "0.3.0" [dependencies] -futures = "0.1.13" +futures = "0.1.14" +hyper = "0.11" serde_json = "1.0.2" -[dependencies.hyper] -git = "https://github.com/hyperium/hyper" -rev = "fed04dfb58e19b408322d4e5ca7474871e848a35" - [dev-dependencies] ruma-identifiers = "0.11" serde = "1.0"