mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
refactor: replace once_cell Lazy with LazyLock (#9844)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de> Co-authored-by: Oliver <onbjerg@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
a206eb3690
commit
106a0c7cf7
@ -16,6 +16,7 @@ workspace = true
|
||||
alloy-chains.workspace = true
|
||||
alloy-primitives = { workspace = true, features = ["serde", "rand", "rlp"] }
|
||||
alloy-rlp = { workspace = true, features = ["arrayvec", "derive"] }
|
||||
once_cell.workspace = true
|
||||
|
||||
# used for forkid
|
||||
crc = "3"
|
||||
@ -23,7 +24,6 @@ crc = "3"
|
||||
# misc
|
||||
serde = { workspace = true, features = ["derive"], optional = true }
|
||||
thiserror-no-std = { workspace = true, default-features = false }
|
||||
once_cell.workspace = true
|
||||
dyn-clone.workspace = true
|
||||
rustc-hash = { workspace = true, optional = true }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user