From fb2082237b76d447f28d2d44417e75814c99e45e Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Wed, 14 Jun 2017 10:21:15 +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 756ede3f..60a81c83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,16 +4,13 @@ name = "ruma-api-macros" version = "0.1.0" [dependencies] +hyper = "0.11" quote = "0.3.15" synom = "0.11.3" -[dependencies.hyper] -git = "https://github.com/hyperium/hyper" -rev = "fed04dfb58e19b408322d4e5ca7474871e848a35" - [dependencies.ruma-api] git = "https://github.com/ruma/ruma-api" -rev = "3635fe51ac31b9ff899c70a0d1218caa8cf6a8dc" +rev = "211cf5e3531cd1862136129d5f73caaac7b4eb43" [dependencies.syn] features = ["full"]