From 9f143f33837f02c7a2d380abe9d067d75ee7de19 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Thu, 31 Oct 2019 22:10:49 +0100 Subject: [PATCH] Update dependencies --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 688a7b33..589ec858 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.10.1" -ring = "0.16.1" -serde_json = "1.0.40" +base64 = "0.11.0" +ring = "0.16.9" +serde_json = "1.0.41" untrusted = "0.7.0"