Skip to content

Commit

Permalink
chore: bump ratatui; rm unused (paradigmxyz#7934)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Apr 27, 2024
1 parent 43f58f1 commit 5f15af5
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 47 deletions.
76 changes: 37 additions & 39 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ bytes = "1.5"
bitflags = "2.4"
clap = "4"
derive_more = "0.99.17"
fdlimit = "0.3.0"
eyre = "0.6"
tracing = "0.1.0"
tracing-appender = "0.2"
Expand Down
9 changes: 2 additions & 7 deletions bin/reth/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion crates/node-builder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ tokio = { workspace = true, features = [
## misc
aquamarine.workspace = true
eyre.workspace = true
fdlimit = "0.3.0"
fdlimit.workspace = true
confy.workspace = true
rayon.workspace = true

0 comments on commit 5f15af5

Please sign in to comment.