Skip to content

Commit

Permalink
chore(deps): Update ratatui to 0.23.0
Browse files Browse the repository at this point in the history
Dependabot seemingly would have done this at some point but I wanted to unblock
#18168 .

Signed-off-by: Jesse Szwedko <[email protected]>
  • Loading branch information
jszwedko committed Aug 28, 2023
1 parent ff6e888 commit 285dbc5
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 10 deletions.
34 changes: 26 additions & 8 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ itertools = { version = "0.11.0", default-features = false }
crossterm = { version = "0.26.1", default-features = false, features = ["event-stream"], optional = true }
num-format = { version = "0.4.4", default-features = false, features = ["with-num-bigint"], optional = true }
number_prefix = { version = "0.4.0", default-features = false, features = ["std"], optional = true }
ratatui = { version = "0.22.0", optional = true, default-features = false, features = ["crossterm"] }
ratatui = { version = "0.23.0", optional = true, default-features = false, features = ["crossterm"] }

# Datadog Pipelines

Expand Down
2 changes: 1 addition & 1 deletion LICENSE-3rdparty.csv
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ rand_chacha,https://github.com/rust-random/rand,MIT OR Apache-2.0,"The Rand Proj
rand_distr,https://github.com/rust-random/rand,MIT OR Apache-2.0,The Rand Project Developers
rand_hc,https://github.com/rust-random/rand,MIT OR Apache-2.0,The Rand Project Developers
rand_xorshift,https://github.com/rust-random/rngs,MIT OR Apache-2.0,"The Rand Project Developers, The Rust Project Developers"
ratatui,https://github.com/tui-rs-revival/ratatui,MIT,"Florian Dehau <[email protected]>, The Ratatui Developers"
ratatui,https://github.com/ratatui-org/ratatui,MIT,"Florian Dehau <[email protected]>, The Ratatui Developers"
raw-cpuid,https://github.com/gz/rust-cpuid,MIT,Gerd Zellweger <[email protected]>
raw-window-handle,https://github.com/rust-windowing/raw-window-handle,MIT OR Apache-2.0 OR Zlib,Osspial <[email protected]>
rdkafka,https://github.com/fede1024/rust-rdkafka,MIT,Federico Giraud <[email protected]>
Expand Down

0 comments on commit 285dbc5

Please sign in to comment.