From 72fee7ec74b57f9807903a95de10f2d6a0c1bd1f Mon Sep 17 00:00:00 2001 From: Weiliang Li Date: Tue, 15 Dec 2020 12:10:24 +0900 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8415467..ff0fec5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ libsecp256k1 = "0.3.5" sha2 = "0.9.2" # openssl aes -openssl = {version = "0.10", optional = true} +openssl = {version = "0.10.31", optional = true} # pure rust aes aes-gcm = {version = "0.8.0", optional = true}