Update dependencies

This commit is contained in:
Jonas Platte 2020-03-29 19:28:28 +02:00
parent 67257e15e8
commit 472ab64a86
No known key found for this signature in database
GPG Key ID: 7D261D771D915378
2 changed files with 6 additions and 5 deletions

View File

@ -16,6 +16,7 @@ Improvements:
Breaking changes:
* Update ruma-api to 0.15.0
* Update ruma-events to 0.18.0
* Fix `r0::session::get_login_types`
* Add `allow_remote` parameter to `r0::media::get_content`
* Add missing parameters for `r0::room::create_room`

View File

@ -13,12 +13,12 @@ version = "0.6.0"
edition = "2018"
[dependencies]
http = "0.2.0"
http = "0.2.1"
js_int = { version = "0.1.3", features = ["serde"] }
ruma-api = "0.15.0-dev.1"
ruma-events = "0.17.0"
ruma-api = "0.15.0"
ruma-events = "0.18.0"
ruma-identifiers = "0.14.1"
serde = { version = "1.0.104", features = ["derive"] }
serde_json = "1.0.48"
serde = { version = "1.0.105", features = ["derive"] }
serde_json = "1.0.50"
strum = { version = "0.18.0", features = ["derive"] }
url = { version = "2.1.1", features = ["serde"] }