diff --git a/Cargo.toml b/Cargo.toml index 25c4f9e0..2c5e9224 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,9 +14,9 @@ edition = "2018" [dependencies] js_int = { version = "0.1.2", features = ["serde"] } -ruma-api = { git = "https://github.com/ruma/ruma-api", branch = "serverless" } -ruma-events = { git = "https://github.com/ruma/ruma-events", branch = "event-result-2" } +ruma-api = "0.11.0" +ruma-events = "0.15.1" ruma-identifiers = "0.14.0" -serde = { version = "1.0.101", features = ["derive"] } +serde = { version = "1.0.102", features = ["derive"] } serde_json = "1.0.41" url = { version = "2.1.0", features = ["serde"] }