Update dependencies
This commit is contained in:
parent
67257e15e8
commit
472ab64a86
@ -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`
|
||||
|
10
Cargo.toml
10
Cargo.toml
@ -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"] }
|
||||
|
Loading…
x
Reference in New Issue
Block a user