summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustin Martin <jaming@protonmail.com>2023-12-25 17:28:54 -0500
committerGitHub <noreply@github.com>2023-12-25 17:28:54 -0500
commit28d2950d92f44f3b664fcaeede07e5ed4b30fd49 (patch)
treec6aef3f821bffdc07c93d87c99b6ce246e951df4 /Cargo.toml
parentc10779ecc0cda4a4d44cc2cb5fd9232fb32c9d05 (diff)
deps: update ratatui version (#1362)
* cargo update ratatui * replace convert_arc_labels with convert_mem_labels * remove redundant generic --------- Co-authored-by: Clement Tsang <34804052+ClementTsang@users.noreply.github.com>
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 305e2870..55a48714 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -101,7 +101,7 @@ sysinfo = "=0.29.11"
thiserror = "1.0.50"
time = { version = "0.3.30", features = ["formatting", "macros"] }
toml_edit = { version = "0.21.0", features = ["serde"] }
-tui = { version = "0.22.0", package = "ratatui" }
+tui = { version = "0.25.0", package = "ratatui" }
unicode-segmentation = "1.10.1"
unicode-width = "0.1.11"