Update http dependency

was accidentally changed to exact version in previous dependency update
This commit is contained in:
Jonas Platte 2019-10-30 18:48:06 +01:00
parent 6e13de9563
commit ba332af83e

View File

@ -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"