From 460bc10bb1e350186f4bd94952ffb27f76c9127c Mon Sep 17 00:00:00 2001 From: Noah Vesely Date: Tue, 21 Aug 2018 16:11:18 -0700 Subject: [PATCH] Update ring and lamport_sigs in Cargo.toml Part of fixing https://github.com/SpinResearch/RustySecrets/issues/71 . --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index af210ea..4659c9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,8 +12,8 @@ homepage = "https://github.com/SpinResearch/merkle_sigs.rs" repository = "https://github.com/SpinResearch/merkle_sigs.rs" [dependencies] -ring = "^0.12.0" -lamport_sigs = "^0.5.0" +ring = "^0.13.0" +lamport_sigs = "^0.6.0" [dependencies.merkle] version = "^1.7.0"