From bb9a4c988bce1a410544273eade29e07dd1c57c0 Mon Sep 17 00:00:00 2001 From: Bohan Zhang Date: Tue, 28 May 2024 21:52:51 +0800 Subject: [PATCH] Update src/meta/Cargo.toml Co-authored-by: Eric Fu --- src/meta/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/meta/Cargo.toml b/src/meta/Cargo.toml index aeba05ee3e2f9..6252d845788af 100644 --- a/src/meta/Cargo.toml +++ b/src/meta/Cargo.toml @@ -66,7 +66,6 @@ scopeguard = "1.2.0" sea-orm = { workspace = true } serde = { version = "1.0.196", features = ["derive"] } serde_json = "1.0.113" -simplestcrypt = "0.1" strum = { version = "0.26", features = ["derive"] } sync-point = { path = "../utils/sync-point" } thiserror = "1"