From 2285543d4d5c64803ef3dda1e8312552c48e500c Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Sat, 18 Apr 2020 00:28:59 +0200 Subject: [PATCH] Update dependencies --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 89501bb7..47053ee0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,8 +14,8 @@ version = "0.0.1" [dependencies] js_int = "0.1.4" -ruma-api = "0.15.0" -ruma-events = "0.18.0" -ruma-identifiers = "0.14.1" +ruma-api = "0.16.0-rc.1" +ruma-events = "0.19.0-rc.1" +ruma-identifiers = "0.15.1" serde = { version = "1.0.106", features = ["derive"] } serde_json = "1.0.51"