mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: remove unused deps in primitives (#5651)
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user