nio: Update the dependencies.

master
Damir Jelić 2019-11-14 20:11:51 +01:00
parent 0b98440f54
commit 597e99595a
1 changed files with 6 additions and 6 deletions

View File

@ -12,21 +12,21 @@ version = "0.1.0"
[dependencies]
js_int = "0.1.2"
futures-preview = "0.3.0-alpha.18"
reqwest = "0.10.0-alpha.1"
http = "0.1.18"
futures = "0.3.1"
reqwest = "0.10.0-alpha.2"
http = "0.1.19"
ruma-api = "0.11.0"
ruma-client-api = "0.4.0"
ruma-events = "0.15.1"
log = "0.4.8"
ruma-identifiers = "*"
serde_json = "1.0.40"
ruma-identifiers = "0.14.0"
serde_json = "1.0.41"
serde_urlencoded = "0.6.1"
url = "2.1.0"
[dependencies.serde]
version = "1.0.101"
version = "1.0.102"
features = ["derive"]
[dev-dependencies]