From 23fc18db251381b79a17c122e28f49d6a7a6436a Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Thu, 13 Jun 2024 22:46:30 +0200 Subject: [PATCH] chore: use sha2 from workspace (#8811) --- crates/net/ecies/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/net/ecies/Cargo.toml b/crates/net/ecies/Cargo.toml index 2123bf48ffd2..6e8670d89457 100644 --- a/crates/net/ecies/Cargo.toml +++ b/crates/net/ecies/Cargo.toml @@ -35,7 +35,7 @@ ctr = "0.9.2" digest = "0.10.5" secp256k1 = { workspace = true, features = ["global-context", "rand-std", "recovery"] } concat-kdf = "0.1.0" -sha2 = "0.10.6" +sha2.workspace = true sha3 = "0.10.5" aes = "0.8.1" hmac = "0.12.1"