Update dependencies, bump version

This commit is contained in:
Jonas Platte 2020-06-04 23:53:25 +02:00
parent 4cf4aa6ef7
commit 44a0f493d0
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -10,14 +10,14 @@ license = "MIT"
name = "ruma-federation-api"
readme = "README.md"
repository = "https://github.com/ruma/ruma-federation-api"
version = "0.0.1"
version = "0.0.2"
[dependencies]
js_int = "0.1.4"
js_int = "0.1.5"
matches = "0.1.8"
ruma-api = "0.16.0-rc.3"
ruma-events = "0.21.0-beta.1"
ruma-identifiers = "0.16.0"
ruma-serde = "0.2.1"
serde = { version = "1.0.106", features = ["derive"] }
serde_json = "1.0.51"
ruma-api = "0.16.1"
ruma-events = "0.21.3"
ruma-identifiers = "0.16.2"
ruma-serde = "0.2.2"
serde = { version = "1.0.111", features = ["derive"] }
serde_json = "1.0.53"