From 9062d3f2378ddcaaa564172da59e63d5a424c242 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 19:18:44 +0000 Subject: [PATCH] build(deps): update rust crate terminal_size to 0.4.4 (#7342) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a9c6e1b68..d68f0ac5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,7 +74,7 @@ shadow-rs = { version = "1.7.1", default-features = false, features = ["build"] starship-battery = { version = "0.10.3", optional = true } strsim = "0.11.1" systemstat = "=0.2.6" -terminal_size = "0.4.3" +terminal_size = "0.4.4" toml = { version = "1.0.7", features = ["preserve_order"] } toml_edit = "0.25.5" unicode-segmentation = "1.12.0"