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

@ -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