Skip to content

Commit

Permalink
Update ratatui to 0.28.1 (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshka committed Aug 26, 2024
1 parent 6ef1245 commit 7be2a70
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion component-generated/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ json5 = "0.4.1"
lazy_static = "1.5.0"
libc = "0.2.158"
pretty_assertions = "1.4.0"
ratatui = { version = "0.28.0", features = ["serde", "macros"] }
ratatui = { version = "0.28.1", features = ["serde", "macros"] }
serde = { version = "1.0.208", features = ["derive"] }
serde_json = "1.0.125"
signal-hook = "0.3.17"
Expand Down
2 changes: 1 addition & 1 deletion component/template/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ json5 = "0.4.1"
lazy_static = "1.5.0"
libc = "0.2.158"
pretty_assertions = "1.4.0"
ratatui = { version = "0.28.0", features = ["serde", "macros"] }
ratatui = { version = "0.28.1", features = ["serde", "macros"] }
serde = { version = "1.0.208", features = ["derive"] }
serde_json = "1.0.125"
signal-hook = "0.3.17"
Expand Down
2 changes: 1 addition & 1 deletion simple-async-generated/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ edition = "2021"
[dependencies]
crossterm = { version = "0.28.1", features = ["event-stream"] }
futures = "0.3.30"
ratatui = "0.28.0"
ratatui = "0.28.1"
tokio = { version = "1.39.3", features = ["full"] }
2 changes: 1 addition & 1 deletion simple-async/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ edition = "2021"
[dependencies]
crossterm = { version = "0.28.1", features = ["event-stream"] }
futures = "0.3.30"
ratatui = "0.28.0"
ratatui = "0.28.1"
tokio = { version = "1.39.3", features = ["full"] }
2 changes: 1 addition & 1 deletion simple-generated/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ license = "MIT"
edition = "2021"

[dependencies]
ratatui = "0.28.0"
ratatui = "0.28.1"
2 changes: 1 addition & 1 deletion simple/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ license = "MIT"
edition = "2021"

[dependencies]
ratatui = "0.28.0"
ratatui = "0.28.1"

0 comments on commit 7be2a70

Please sign in to comment.