From f9347bf57f6dabb1dd8e8e3153452fb1c788bd3c Mon Sep 17 00:00:00 2001 From: Jimmy Cuadra Date: Wed, 12 Jun 2019 13:24:43 -0700 Subject: [PATCH] Bump dependencies. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6e780581..b82b1e4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,10 +12,10 @@ version = "0.12.0" edition = "2018" [dependencies] -ruma-identifiers = "0.12.0" +ruma-identifiers = "0.13.0" ruma-signatures = "0.4.2" serde_json = "1.0.39" [dependencies.serde] -version = "1.0.90" +version = "1.0.92" features = ["derive"]