chore: use exported oncelock (#13859)

This commit is contained in:
Matthias Seitz
2025-01-18 16:46:58 +01:00
committed by GitHub
parent c46f23f8de
commit f59865b682
5 changed files with 2 additions and 9 deletions

View File

@ -35,7 +35,6 @@ serde = { workspace = true, optional = true }
# misc
derive_more = { workspace = true, features = ["deref", "from", "into", "constructor"] }
once_cell.workspace = true
rand = { workspace = true, optional = true }
# test
@ -67,7 +66,6 @@ std = [
"alloy-rlp/std",
"reth-zstd-compressors?/std",
"op-alloy-consensus/std",
"once_cell/std"
]
reth-codec = [
"dep:reth-codecs",