mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(deps): use workspace deps (#8824)
This commit is contained in:
@ -391,6 +391,7 @@ derive_more = "0.99.17"
|
||||
fdlimit = "0.3.0"
|
||||
eyre = "0.6"
|
||||
generic-array = "0.14"
|
||||
linked_hash_set = "0.1"
|
||||
tracing = "0.1.0"
|
||||
tracing-appender = "0.2"
|
||||
thiserror = "1.0"
|
||||
|
||||
@ -39,7 +39,7 @@ metrics.workspace = true
|
||||
|
||||
# misc
|
||||
aquamarine.workspace = true
|
||||
linked_hash_set = "0.1.4"
|
||||
linked_hash_set.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
reth-db = { workspace = true, features = ["test-utils"] }
|
||||
|
||||
@ -31,13 +31,13 @@ trust-dns-resolver = "0.23"
|
||||
|
||||
# misc
|
||||
data-encoding = "2"
|
||||
linked_hash_set = "0.1"
|
||||
linked_hash_set.workspace = true
|
||||
schnellru.workspace = true
|
||||
thiserror.workspace = true
|
||||
tracing.workspace = true
|
||||
parking_lot.workspace = true
|
||||
serde = { workspace = true, optional = true }
|
||||
serde_with = { version = "3.3.0", optional = true }
|
||||
serde_with = { workspace = true, optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
reth-primitives.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user