mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-14 00:45:01 -05:00
chore(deps): bump some breaking deps (#11388)
This commit is contained in:
@@ -347,7 +347,7 @@ where
|
||||
let outer_chunks = Layout::default()
|
||||
.direction(Direction::Vertical)
|
||||
.constraints([Constraint::Percentage(95), Constraint::Percentage(5)].as_ref())
|
||||
.split(f.size());
|
||||
.split(f.area());
|
||||
|
||||
// Columns
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user