chore: remove unused deps in primitives (#5651)

This commit is contained in:
Matthias Seitz
2023-12-01 14:39:13 +01:00
committed by GitHub
parent 67d93e822e
commit a3f77d275b
2 changed files with 0 additions and 8 deletions

3
Cargo.lock generated
View File

@ -6177,7 +6177,6 @@ dependencies = [
"bytes",
"c-kzg",
"clap",
"crc",
"criterion",
"derive_more",
"ethers-core",
@ -6200,7 +6199,6 @@ dependencies = [
"secp256k1 0.27.0",
"serde",
"serde_json",
"serde_with",
"sha2",
"strum",
"sucds 0.6.0",
@ -6210,7 +6208,6 @@ dependencies = [
"toml 0.8.8",
"tracing",
"triehash",
"url",
"zstd 0.12.4",
]

View File

@ -27,9 +27,6 @@ secp256k1 = { workspace = true, features = ["global-context", "recovery"] }
# for eip-4844
c-kzg = { workspace = true, features = ["serde"], optional = true }
# used for forkid
crc = "3"
# tracing
tracing.workspace = true
@ -45,12 +42,10 @@ once_cell.workspace = true
rayon.workspace = true
serde.workspace = true
serde_json.workspace = true
serde_with = "3.3.0"
sha2 = "0.10.7"
sucds = "~0.6"
tempfile.workspace = true
thiserror.workspace = true
url = "2.3"
zstd = { version = "0.12", features = ["experimental"] }
# `test-utils` feature