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"] }