chore: remove unused deps

Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
Harald Hoyer 2025-02-13 15:41:23 +01:00
parent fbbb37ca5a
commit daf375836b
Signed by: harald
GPG key ID: F519A1143B3FBE32
4 changed files with 0 additions and 8 deletions

4
Cargo.lock generated
View file

@ -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",
]

View file

@ -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

View file

@ -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

View file

@ -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