From 44e67a8909308082a64ba3d07f94939a15b2908e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 01:56:21 +0000 Subject: [PATCH] Update Rust crate terminal_size to 0.4.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 323be10..f552127 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ repository = "https://github.com/batmac/generand" [dependencies] rand = "0.8.5" clap = { version = "3.2.25", features = ["derive"], optional = true } -terminal_size = { version = "0.3.0", optional = true } +terminal_size = { version = "0.4.0", optional = true } [features] default = []