From 79ab5de536d505b03c94ef21140efee326fbaf58 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Mon, 20 Apr 2020 17:20:11 +0200 Subject: [PATCH] Update deps again --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d3df0fad..e055c74d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,8 +22,8 @@ http = "0.2.1" hyper = "0.13.5" hyper-tls = { version = "0.4.1", optional = true } ruma-api = "0.16.0-rc.2" -ruma-client-api = "0.8.0-rc.3" -ruma-events = "0.19.0" +ruma-client-api = "0.8.0-rc.4" +ruma-events = "0.20.0" ruma-identifiers = "0.16.0" serde = { version = "1.0.106", features = ["derive"] } serde_json = "1.0.51"