From 55dfe98d44344ed7a35c03c3022253bcc4332a91 Mon Sep 17 00:00:00 2001 From: Wim de With Date: Thu, 21 Nov 2019 14:41:16 +0100 Subject: [PATCH] Update ruma-api to 0.11.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d11909da..4b3b23fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ version = "0.1.0" edition = "2018" [dependencies] -ruma-api = "0.11.0" +ruma-api = "0.11.2" ruma-events = "0.15.1" ruma-identifiers = "0.14.0" serde = { version = "1.0.102", features = ["derive"] }