Skip to content

Commit

Permalink
Bump ratatui and crossterm
Browse files Browse the repository at this point in the history
  • Loading branch information
hatoo committed Aug 17, 2024
1 parent 6f96b99 commit 3e58186
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 37 deletions.
57 changes: 23 additions & 34 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ anyhow = "1.0.86"
average = "0.15.1"
byte-unit = "5.1.4"
clap = { version = "4.5.9", features = ["derive"] }
crossterm = "0.27"
crossterm = "0.28.1"
float-ord = "0.3.2"
flume = "0.11"
futures = "0.3.30"
Expand All @@ -44,7 +44,7 @@ serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0"
thiserror = "1.0.63"
tokio = { version = "1.38.1", features = ["full"] }
ratatui = { version = "0.27.0", default-features = false, features = [
ratatui = { version = "0.28.0", default-features = false, features = [
"crossterm",
] }

Expand Down
2 changes: 1 addition & 1 deletion src/monitor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ impl Monitor {
]
.as_ref(),
)
.split(f.size());
.split(f.area());

let mid = Layout::default()
.direction(Direction::Horizontal)
Expand Down

0 comments on commit 3e58186

Please sign in to comment.