From 42091385efa16052adc5c523bfe58bc3acb693de Mon Sep 17 00:00:00 2001 From: zonyitoo Date: Mon, 12 Dec 2022 09:55:54 +0800 Subject: [PATCH] upgrade ring-compat 0.5 --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 75e3f54..218810a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,8 +31,7 @@ aes-gcm = { version = "0.10", optional = true } aes-gcm-siv = { version = "0.11", optional = true } ccm = { version = "0.5", optional = true } chacha20poly1305 = { version = "0.10", optional = true } -# ring-compat = { version = "0.4.1", optional = true } -ring-compat = { git = "https://github.com/RustCrypto/ring-compat.git", optional = true } +ring-compat = { version = "0.5", optional = true } md-5 = { version = "0.10" } hkdf = { version = "0.12", optional = true } sha1 = { version = "0.10", optional = true }