mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(deps): move ethers to workspace deps (#3145)
This commit is contained in:
@ -27,7 +27,7 @@ reth-rlp = { workspace = true, features = [
|
||||
reth-metrics = { workspace = true }
|
||||
|
||||
# used for Chain and builders
|
||||
ethers-core = { version = "2.0.7", default-features = false }
|
||||
ethers-core = { workspace = true, default-features = false }
|
||||
|
||||
tokio = { workspace = true, features = ["full"] }
|
||||
tokio-util = { workspace = true, features = ["io", "codec"] }
|
||||
@ -47,7 +47,7 @@ proptest-derive = { version = "0.3", optional = true }
|
||||
[dev-dependencies]
|
||||
reth-primitives = { workspace = true, features = ["arbitrary"] }
|
||||
reth-tracing = { path = "../../tracing" }
|
||||
ethers-core = { version = "2.0.7", default-features = false }
|
||||
ethers-core = { workspace = true, default-features = false }
|
||||
|
||||
test-fuzz = "3.0.4"
|
||||
tokio-util = { workspace = true, features = ["io", "codec"] }
|
||||
|
||||
@ -60,7 +60,7 @@ rand = { workspace = true }
|
||||
secp256k1 = { workspace = true, features = ["global-context", "rand-std", "recovery"] }
|
||||
|
||||
enr = { version = "0.8.1", features = ["rust-secp256k1"], optional = true }
|
||||
ethers-core = { version = "2.0.7", default-features = false, optional = true }
|
||||
ethers-core = { workspace = true, default-features = false, optional = true }
|
||||
tempfile = { version = "3.3", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
@ -76,10 +76,10 @@ reth-provider = { workspace = true, features = ["test-utils"] }
|
||||
reth-tracing = { path = "../../tracing" }
|
||||
reth-transaction-pool = { workspace = true, features = ["test-utils"] }
|
||||
|
||||
ethers-core = { version = "2.0.7", default-features = false }
|
||||
ethers-providers = { version = "2.0.7", default-features = false }
|
||||
ethers-signers = { version = "2.0.7", default-features = false }
|
||||
ethers-middleware = { version = "2.0.7", default-features = false }
|
||||
ethers-core = { workspace = true, default-features = false }
|
||||
ethers-providers = { workspace = true, default-features = false }
|
||||
ethers-signers = { workspace = true, default-features = false }
|
||||
ethers-middleware = { workspace = true, default-features = false }
|
||||
|
||||
enr = { version = "0.8.1", features = ["serde", "rust-secp256k1"] }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user