From f254879cf09a79eacc88501da4371dbbe51fe350 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Thu, 22 Feb 2024 19:19:24 +0800 Subject: [PATCH] remove blake3 --- ica-rs/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/ica-rs/Cargo.toml b/ica-rs/Cargo.toml index 32ff852..fa62f3f 100644 --- a/ica-rs/Cargo.toml +++ b/ica-rs/Cargo.toml @@ -9,7 +9,6 @@ edition = "2021" ed25519 = "2.2.3" ed25519-dalek = "2.1.1" hex = "0.4.3" -blake3 = "1.5.0" rust_socketio = { version = "0.4.4", features = ["async"]} serde = { version = "1.0", features = ["derive"] }