From ba332af83ec4737a97f791fa5a67e19a74430b65 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Wed, 30 Oct 2019 18:48:06 +0100 Subject: [PATCH] Update http dependency was accidentally changed to exact version in previous dependency update --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 450b3ed8..aaa4596c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ version = "0.3.0-beta.1" [dependencies] futures-preview = "=0.3.0-alpha.19" -http = "=0.1.18" +http = "0.1.19" hyper = { version = "=0.13.0-alpha.4", features = ["unstable-stream"] } hyper-tls = { version = "=0.4.0-alpha.4", optional = true } ruma-api = "0.11.0"