diff --git a/Cargo.lock b/Cargo.lock index f99a6531f393e..6977d94cb2dd9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2504,11 +2504,27 @@ dependencies = [ "winapi", ] +[[package]] +name = "crossterm" +version = "0.27.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f476fe445d41c9e991fd07515a6f463074b782242ccf4a5b7b1d1012e70824df" +dependencies = [ + "bitflags 2.3.2", + "crossterm_winapi", + "libc", + "mio", + "parking_lot", + "signal-hook", + "signal-hook-mio", + "winapi", +] + [[package]] name = "crossterm_winapi" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ae1b35a484aa10e07fe0638d02301c5ad24de82d310ccbd2f3693da5f09bf1c" +checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b" dependencies = [ "winapi", ] @@ -6851,15 +6867,17 @@ dependencies = [ [[package]] name = "ratatui" -version = "0.22.0" +version = "0.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8285baa38bdc9f879d92c0e37cb562ef38aa3aeefca22b3200186bc39242d3d5" +checksum = "2e2e4cd95294a85c3b4446e63ef054eea43e0205b1fd60120c16b74ff7ff96ad" dependencies = [ "bitflags 2.3.2", "cassowary", - "crossterm", + "crossterm 0.27.0", "indoc", + "itertools 0.11.0", "paste", + "strum", "unicode-segmentation", "unicode-width", ] @@ -7854,9 +7872,9 @@ dependencies = [ [[package]] name = "signal-hook" -version = "0.3.14" +version = "0.3.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d" +checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801" dependencies = [ "libc", "signal-hook-registry", @@ -9461,7 +9479,7 @@ dependencies = [ "colored", "console-subscriber", "criterion", - "crossterm", + "crossterm 0.26.1", "csv", "derivative", "dirs-next", diff --git a/Cargo.toml b/Cargo.toml index 0d5fa61f51eaf..4c29e1d60c4a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 diff --git a/LICENSE-3rdparty.csv b/LICENSE-3rdparty.csv index 022c138d1b5eb..0ef4e976bf965 100644 --- a/LICENSE-3rdparty.csv +++ b/LICENSE-3rdparty.csv @@ -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 , The Ratatui Developers" +ratatui,https://github.com/ratatui-org/ratatui,MIT,"Florian Dehau , The Ratatui Developers" raw-cpuid,https://github.com/gz/rust-cpuid,MIT,Gerd Zellweger raw-window-handle,https://github.com/rust-windowing/raw-window-handle,MIT OR Apache-2.0 OR Zlib,Osspial rdkafka,https://github.com/fede1024/rust-rdkafka,MIT,Federico Giraud