From a1b257dc0cd58fa5ee9b26a9fa2c27b2ce7281c2 Mon Sep 17 00:00:00 2001 From: Jacob Lee Date: Fri, 1 Apr 2022 19:34:20 -0700 Subject: [PATCH] Upgrade yasna --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cf5411e..c4f79e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ rand = { version = "0.8", optional = true } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" thiserror = "1.0" -yasna = { version = "0.4", optional = true, features = ["num-bigint"] } +yasna = { version = "0.5", optional = true, features = ["num-bigint"] } zeroize = { version = "1.4", features = ["zeroize_derive"] } [features]