chore(deps): use workspace deps (#8824)

This commit is contained in:
Matthias Seitz
2024-06-14 13:55:23 +02:00
committed by GitHub
parent b7ce1de00e
commit 7d80164fad
3 changed files with 4 additions and 3 deletions

View File

@ -391,6 +391,7 @@ derive_more = "0.99.17"
fdlimit = "0.3.0" fdlimit = "0.3.0"
eyre = "0.6" eyre = "0.6"
generic-array = "0.14" generic-array = "0.14"
linked_hash_set = "0.1"
tracing = "0.1.0" tracing = "0.1.0"
tracing-appender = "0.2" tracing-appender = "0.2"
thiserror = "1.0" thiserror = "1.0"

View File

@ -39,7 +39,7 @@ metrics.workspace = true
# misc # misc
aquamarine.workspace = true aquamarine.workspace = true
linked_hash_set = "0.1.4" linked_hash_set.workspace = true
[dev-dependencies] [dev-dependencies]
reth-db = { workspace = true, features = ["test-utils"] } reth-db = { workspace = true, features = ["test-utils"] }

View File

@ -31,13 +31,13 @@ trust-dns-resolver = "0.23"
# misc # misc
data-encoding = "2" data-encoding = "2"
linked_hash_set = "0.1" linked_hash_set.workspace = true
schnellru.workspace = true schnellru.workspace = true
thiserror.workspace = true thiserror.workspace = true
tracing.workspace = true tracing.workspace = true
parking_lot.workspace = true parking_lot.workspace = true
serde = { workspace = true, optional = true } serde = { workspace = true, optional = true }
serde_with = { version = "3.3.0", optional = true } serde_with = { workspace = true, optional = true }
[dev-dependencies] [dev-dependencies]
reth-primitives.workspace = true reth-primitives.workspace = true