From d623b7931f96ece6a734f482457175654eba5988 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 04:48:26 +0000 Subject: [PATCH] chore(deps): update rust crate terminal_size to 0.4.0 --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index adec856f9..eeb09caf4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2285,12 +2285,12 @@ dependencies = [ [[package]] name = "terminal_size" -version = "0.3.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7" +checksum = "4f599bd7ca042cfdf8f4512b277c02ba102247820f9d9d4a9f521f496751a6ef" dependencies = [ "rustix 0.38.31", - "windows-sys 0.48.0", + "windows-sys 0.59.0", ] [[package]] @@ -2885,7 +2885,7 @@ dependencies = [ "number_prefix", "once_cell", "selinux", - "terminal_size 0.3.0", + "terminal_size 0.4.0", "uucore", "uutils_term_grid", ] @@ -3634,7 +3634,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.48.0", + "windows-sys 0.59.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 56e0b9a7b..a3700e90b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -331,7 +331,7 @@ signal-hook = "0.3.17" smallvec = { version = "1.13.2", features = ["union"] } tempfile = "3.10.1" uutils_term_grid = "0.6" -terminal_size = "0.3.0" +terminal_size = "0.4.0" textwrap = { version = "0.16.1", features = ["terminal_size"] } thiserror = "1.0.59" time = { version = "0.3.36" }