From 411c6e18b46f3d0d306c433a96dc675c7e21a3f3 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Wed, 19 Feb 2020 00:49:46 +0100 Subject: [PATCH] Update dependencies --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5ae8d212..a80ad4a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,9 +16,9 @@ edition = "2018" http = "0.2.0" js_int = { version = "0.1.2", features = ["serde"] } ruma-api = "0.14.0" -ruma-events = "0.15.1" +ruma-events = "0.16.0" ruma-identifiers = "0.14.1" serde = { version = "1.0.104", features = ["derive"] } -serde_json = "1.0.47" +serde_json = "1.0.48" strum = { version = "0.17.1", features = ["derive"] } url = { version = "2.1.1", features = ["serde"] }