Skip to content

Commit

Permalink
Merge pull request #6 from TylerBloom/dependabot/cargo/ratatui-0.28.1
Browse files Browse the repository at this point in the history
Update ratatui requirement from 0.26.3 to 0.28.1
  • Loading branch information
TylerBloom authored Sep 26, 2024
2 parents ff68a6d + 7d8d5a9 commit a90d230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tombstone/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
crossterm = "0.27.0"
ratatui = { version = "0.26.3", features = ["all-widgets"] }
ratatui = { version = "0.28.1", features = ["all-widgets"] }
spirit = { path = "../spirit" }
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
Expand Down

0 comments on commit a90d230

Please sign in to comment.