Update dependencies

This commit is contained in:
Jonas Platte 2020-02-19 00:49:46 +01:00
parent 8e9a6ffede
commit 411c6e18b4
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -16,9 +16,9 @@ edition = "2018"
http = "0.2.0"
js_int = { version = "0.1.2", features = ["serde"] }
ruma-api = "0.14.0"
ruma-events = "0.15.1"
ruma-events = "0.16.0"
ruma-identifiers = "0.14.1"
serde = { version = "1.0.104", features = ["derive"] }
serde_json = "1.0.47"
serde_json = "1.0.48"
strum = { version = "0.17.1", features = ["derive"] }
url = { version = "2.1.1", features = ["serde"] }