From f55a8bc2f39485692f8b6ad9dbc41c9d48f7ce58 Mon Sep 17 00:00:00 2001 From: Toralf Wittner Date: Thu, 10 Jan 2019 11:17:44 +0100 Subject: [PATCH] Update ring to 0.13 (#674) --- protocols/secio/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protocols/secio/Cargo.toml b/protocols/secio/Cargo.toml index 3c9de0ef..ac1d9f98 100644 --- a/protocols/secio/Cargo.toml +++ b/protocols/secio/Cargo.toml @@ -30,8 +30,8 @@ ed25519-dalek = "0.8.0" hmac = "0.6.3" [target.'cfg(not(any(target_os = "emscripten", target_os = "unknown")))'.dependencies] -ring = { version = "0.12", default-features = false } -untrusted = { version = "0.5" } +ring = { version = "0.13", default-features = false } +untrusted = { version = "0.6" } [target.'cfg(any(target_os = "emscripten", target_os = "unknown"))'.dependencies] stdweb = { version = "0.4", default-features = false }