From d8cfa9dead82f12c96263a968017f84d35945a48 Mon Sep 17 00:00:00 2001 From: Srinath Setty Date: Mon, 13 Jul 2020 14:31:59 -0700 Subject: [PATCH] update version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 41a434e..8c3983a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ byteorder = "1.3.4" rayon = "1.3.0" serde = { version = "1.0.106", features = ["derive"] } bincode = "1.2.1" -subtle = { version = "^2.2.2", default-features = false } +subtle = { version = "^2.2.3", default-features = false } rand_core = { version = "0.5", default-features = false } zeroize = { version = "1", default-features = false } itertools = "0.9.0" @@ -46,4 +46,4 @@ harness = false [features] multicore = [] -profile = [] \ No newline at end of file +profile = []