summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-07-21 00:19:25 -0400
committerGitHub <noreply@github.com>2023-07-21 00:19:25 -0400
commit646c9f191b694292a9ed1a633e02c4f91a8e5803 (patch)
treee3a481e4809eaadf919023ae587ffb0d53046f8d /Cargo.toml
parentd2b945957f7310b838cf5f6c3ed737ea8f4f2711 (diff)
deps: Update ratatui 0.22.0 (#1261)
* deps: bump ratatui to 0.22.0 * fix missing new fields
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d8e4f1a5..4bfcd9fb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -99,7 +99,7 @@ sysinfo = "=0.29.5"
thiserror = "1.0.43"
time = { version = "0.3.23", features = ["formatting", "macros"] }
toml_edit = { version = "0.19.14", features = ["serde"] }
-tui = { version = "0.21.0", package = "ratatui" }
+tui = { version = "0.22.0", package = "ratatui" }
unicode-segmentation = "1.10.1"
unicode-width = "0.1.10"