mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 07:03:56 +02:00
chore: remove unused deps
Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
parent
fbbb37ca5a
commit
daf375836b
4 changed files with 0 additions and 8 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -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",
|
||||
]
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue