Update dependencies

This commit is contained in:
Jonas Platte 2020-06-01 01:19:56 +02:00
parent 584aab3979
commit a892d7f654
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67

View File

@ -18,9 +18,9 @@ js_int = { version = "0.1.5", features = ["serde"] }
ruma-api = "0.16.1"
ruma-common = "0.1.2"
ruma-events = { git = "https://github.com/ruma/ruma-events", rev = "7395f94" }
ruma-identifiers = "0.16.1"
ruma-serde = "0.2.1"
serde = { version = "1.0.110", features = ["derive"] }
ruma-identifiers = "0.16.2"
ruma-serde = "0.2.2"
serde = { version = "1.0.111", features = ["derive"] }
serde_json = "1.0.53"
strum = { version = "0.18.0", features = ["derive"] }