mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: bump ratatui; rm unused (#7934)
This commit is contained in:
@ -24,11 +24,9 @@ reth-stages.workspace = true
|
||||
reth-interfaces = { workspace = true, features = ["clap"] }
|
||||
reth-transaction-pool.workspace = true
|
||||
reth-beacon-consensus.workspace = true
|
||||
reth-auto-seal-consensus.workspace = true
|
||||
reth-cli-runner.workspace = true
|
||||
reth-consensus-common.workspace = true
|
||||
reth-blockchain-tree.workspace = true
|
||||
reth-rpc-engine-api.workspace = true
|
||||
reth-rpc-builder.workspace = true
|
||||
reth-rpc.workspace = true
|
||||
reth-rpc-types.workspace = true
|
||||
@ -65,7 +63,7 @@ alloy-rlp.workspace = true
|
||||
tracing.workspace = true
|
||||
|
||||
# io
|
||||
fdlimit = "0.3.0"
|
||||
fdlimit.workspace = true
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
confy.workspace = true
|
||||
@ -81,7 +79,7 @@ rand.workspace = true
|
||||
# tui
|
||||
comfy-table = "7.0"
|
||||
crossterm = "0.27.0"
|
||||
ratatui = "0.25.0"
|
||||
ratatui = { version = "0.26", default-features = false, features = ["crossterm"] }
|
||||
human_bytes = "0.4.1"
|
||||
|
||||
# async
|
||||
@ -104,7 +102,6 @@ itertools.workspace = true
|
||||
rayon.workspace = true
|
||||
boyer-moore-magiclen = "0.2.16"
|
||||
ahash = "0.8"
|
||||
thiserror.workspace = true
|
||||
|
||||
# p2p
|
||||
discv5.workspace = true
|
||||
@ -136,10 +133,8 @@ optimism = [
|
||||
"reth-revm/optimism",
|
||||
"reth-interfaces/optimism",
|
||||
"reth-rpc/optimism",
|
||||
"reth-rpc-engine-api/optimism",
|
||||
"reth-provider/optimism",
|
||||
"reth-beacon-consensus/optimism",
|
||||
"reth-auto-seal-consensus/optimism",
|
||||
"reth-blockchain-tree/optimism",
|
||||
"dep:reth-node-optimism",
|
||||
"reth-node-core/optimism",
|
||||
|
||||
Reference in New Issue
Block a user