From 472ab64a864b87b8c8670020eb89fad530c838cf Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Sun, 29 Mar 2020 19:28:28 +0200 Subject: [PATCH] Update dependencies --- CHANGELOG.md | 1 + Cargo.toml | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b657e04..be494a1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ Improvements: Breaking changes: * Update ruma-api to 0.15.0 +* Update ruma-events to 0.18.0 * Fix `r0::session::get_login_types` * Add `allow_remote` parameter to `r0::media::get_content` * Add missing parameters for `r0::room::create_room` diff --git a/Cargo.toml b/Cargo.toml index 3b152118..389f3342 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,12 +13,12 @@ version = "0.6.0" edition = "2018" [dependencies] -http = "0.2.0" +http = "0.2.1" js_int = { version = "0.1.3", features = ["serde"] } -ruma-api = "0.15.0-dev.1" -ruma-events = "0.17.0" +ruma-api = "0.15.0" +ruma-events = "0.18.0" ruma-identifiers = "0.14.1" -serde = { version = "1.0.104", features = ["derive"] } -serde_json = "1.0.48" +serde = { version = "1.0.105", features = ["derive"] } +serde_json = "1.0.50" strum = { version = "0.18.0", features = ["derive"] } url = { version = "2.1.1", features = ["serde"] }