From bd23e42cfca20964b69039dcccd1f7302bfac38c Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Fri, 9 Nov 2018 11:24:35 +0100 Subject: [PATCH] Update lazy_static, url, ring, untrusted --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3bd44cf1..338553ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,12 +12,12 @@ version = "0.4.0" [dependencies] base64 = "0.10.0" -lazy_static = "0.2.8" -ring = "0.9.4" +lazy_static = "1.2" +ring = "0.13.3" serde = "1.0" serde_json = "1.0" -untrusted = "0.5" -url = "1.4" +untrusted = "0.6.2" +url = "1.7" [dev-dependencies] serde_derive = "1.0"