From 6310f97ad2a1452077cd7fe3a184b472c5688053 Mon Sep 17 00:00:00 2001 From: timokoesters Date: Mon, 30 Mar 2020 16:28:06 +0200 Subject: [PATCH] update dependencies --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 589ec858..02a7c296 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ repository = "https://github.com/ruma/ruma-signatures" version = "0.5.0" [dependencies] -base64 = "0.11.0" -ring = "0.16.9" -serde_json = "1.0.41" +base64 = "0.12.0" +ring = "0.16.12" +serde_json = "1.0.50" untrusted = "0.7.0"