Update dependencies

This commit is contained in:
Jonas Platte 2020-05-04 18:41:14 +02:00
parent b809db81f4
commit f2c8a7b5df
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -15,9 +15,9 @@ edition = "2018"
[dependencies]
http = "0.2.1"
js_int = { version = "0.1.5", features = ["serde"] }
ruma-api = "0.16.0-rc.3"
ruma-api = "0.16.0"
ruma-common = "0.1.1"
ruma-events = "0.21.0-beta.1"
ruma-events = "0.21.0"
ruma-identifiers = "0.16.1"
ruma-serde = "0.1.3"
serde = { version = "1.0.106", features = ["derive"] }