chore(deps): trim cli-util crate deps (#9410)

This commit is contained in:
Matthias Seitz
2024-07-10 10:58:25 +02:00
committed by GitHub
parent 35ab924c03
commit ce20adcd0b
4 changed files with 25 additions and 15 deletions

5
Cargo.lock generated
View File

@@ -6671,11 +6671,12 @@ dependencies = [
name = "reth-cli-util"
version = "1.0.1"
dependencies = [
"alloy-eips",
"alloy-primitives",
"eyre",
"proptest",
"rand 0.8.5",
"reth-fs-util",
"reth-network",
"reth-primitives",
"secp256k1",
"thiserror",
]