From daf375836b2785f901885b2359803e6d448f82dc Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Thu, 13 Feb 2025 15:41:23 +0100 Subject: [PATCH] chore: remove unused deps Signed-off-by: Harald Hoyer --- Cargo.lock | 4 ---- bin/tee-key-preexec/Cargo.toml | 1 - bin/vault-admin/Cargo.toml | 2 -- bin/verify-attestation/Cargo.toml | 1 - 4 files changed, 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8f427cc..808055e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5492,7 +5492,6 @@ version = "0.3.0" dependencies = [ "anyhow", "clap 4.5.28", - "hex", "rand", "secp256k1 0.30.0", "teepot", @@ -6376,8 +6375,6 @@ dependencies = [ "serde_json", "teepot", "tracing", - "tracing-log 0.2.0", - "tracing-subscriber", ] [[package]] @@ -6415,7 +6412,6 @@ dependencies = [ "clap 4.5.28", "hex", "secp256k1 0.30.0", - "sha3", "teepot", "zksync_basic_types", ] diff --git a/bin/tee-key-preexec/Cargo.toml b/bin/tee-key-preexec/Cargo.toml index 20d3e37..e5a62cc 100644 --- a/bin/tee-key-preexec/Cargo.toml +++ b/bin/tee-key-preexec/Cargo.toml @@ -12,7 +12,6 @@ repository.workspace = true [dependencies] anyhow.workspace = true clap.workspace = true -hex.workspace = true rand.workspace = true secp256k1.workspace = true teepot.workspace = true diff --git a/bin/vault-admin/Cargo.toml b/bin/vault-admin/Cargo.toml index 3bd199b..b9c7e12 100644 --- a/bin/vault-admin/Cargo.toml +++ b/bin/vault-admin/Cargo.toml @@ -17,5 +17,3 @@ pgp.workspace = true serde_json.workspace = true teepot.workspace = true tracing.workspace = true -tracing-log.workspace = true -tracing-subscriber.workspace = true diff --git a/bin/verify-attestation/Cargo.toml b/bin/verify-attestation/Cargo.toml index 5a7c276..ff473d9 100644 --- a/bin/verify-attestation/Cargo.toml +++ b/bin/verify-attestation/Cargo.toml @@ -12,6 +12,5 @@ anyhow.workspace = true clap.workspace = true hex.workspace = true secp256k1.workspace = true -sha3.workspace = true teepot.workspace = true zksync_basic_types.workspace = true