From b138ac47b22ed5912614d9cc64603a7a21bcf615 Mon Sep 17 00:00:00 2001 From: Jimmy Cuadra Date: Thu, 11 Apr 2019 17:58:18 -0700 Subject: [PATCH] Update dependencies. --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c8a32f47..8b2a544a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,10 +12,10 @@ version = "0.11.1" edition = "2018" [dependencies] -ruma-identifiers = "0.11.0" -ruma-signatures = "0.4.1" -serde_json = "1.0.38" +ruma-identifiers = "0.12.0" +ruma-signatures = "0.4.2" +serde_json = "1.0.39" [dependencies.serde] -version = "1.0.87" +version = "1.0.90" features = ["derive"]