Skip to content

Commit 82be883

Browse files
chore(deps): Bump ratatui from 0.22.0 to 0.23.0 (#18412)
* chore(deps): Bump ratatui from 0.22.0 to 0.23.0 Bumps [ratatui](https://github.com/ratatui-org/ratatui) from 0.22.0 to 0.23.0. - [Release notes](https://github.com/ratatui-org/ratatui/releases) - [Changelog](https://github.com/ratatui-org/ratatui/blob/main/CHANGELOG.md) - [Commits](ratatui/ratatui@v0.22.0...v0.23.0) --- updated-dependencies: - dependency-name: ratatui dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Regenerate licenses Signed-off-by: Jesse Szwedko <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Jesse Szwedko <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jesse Szwedko <[email protected]>
1 parent d3b9eda commit 82be883

File tree

3 files changed

+28
-10
lines changed

3 files changed

+28
-10
lines changed

Cargo.lock

+26-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ itertools = { version = "0.11.0", default-features = false }
233233
crossterm = { version = "0.26.1", default-features = false, features = ["event-stream"], optional = true }
234234
num-format = { version = "0.4.4", default-features = false, features = ["with-num-bigint"], optional = true }
235235
number_prefix = { version = "0.4.0", default-features = false, features = ["std"], optional = true }
236-
ratatui = { version = "0.22.0", optional = true, default-features = false, features = ["crossterm"] }
236+
ratatui = { version = "0.23.0", optional = true, default-features = false, features = ["crossterm"] }
237237

238238
# Datadog Pipelines
239239

LICENSE-3rdparty.csv

+1-1
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ rand_chacha,https://github.com/rust-random/rand,MIT OR Apache-2.0,"The Rand Proj
426426
rand_distr,https://github.com/rust-random/rand,MIT OR Apache-2.0,The Rand Project Developers
427427
rand_hc,https://github.com/rust-random/rand,MIT OR Apache-2.0,The Rand Project Developers
428428
rand_xorshift,https://github.com/rust-random/rngs,MIT OR Apache-2.0,"The Rand Project Developers, The Rust Project Developers"
429-
ratatui,https://github.com/tui-rs-revival/ratatui,MIT,"Florian Dehau <[email protected]>, The Ratatui Developers"
429+
ratatui,https://github.com/ratatui-org/ratatui,MIT,"Florian Dehau <[email protected]>, The Ratatui Developers"
430430
raw-cpuid,https://github.com/gz/rust-cpuid,MIT,Gerd Zellweger <[email protected]>
431431
raw-window-handle,https://github.com/rust-windowing/raw-window-handle,MIT OR Apache-2.0 OR Zlib,Osspial <[email protected]>
432432
rdkafka,https://github.com/fede1024/rust-rdkafka,MIT,Federico Giraud <[email protected]>

0 commit comments

Comments
 (0)