From 975b3286308adbaea9c1ea1e1df16f33498f14fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Sep 2023 08:36:43 +0000 Subject: [PATCH] chore(deps): update rust crate terminal_size to 0.3.0 --- Cargo.lock | 16 +++++++++++++--- Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3a0e176426..9b079d0907 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -279,7 +279,7 @@ dependencies = [ "anstyle", "clap_lex", "strsim", - "terminal_size", + "terminal_size 0.2.6", ] [[package]] @@ -2135,6 +2135,16 @@ dependencies = [ "windows-sys 0.48.0", ] +[[package]] +name = "terminal_size" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7" +dependencies = [ + "rustix 0.38.8", + "windows-sys 0.48.0", +] + [[package]] name = "textwrap" version = "0.16.0" @@ -2142,7 +2152,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d" dependencies = [ "smawk", - "terminal_size", + "terminal_size 0.2.6", "unicode-linebreak", "unicode-width", ] @@ -2671,7 +2681,7 @@ dependencies = [ "once_cell", "selinux", "term_grid", - "terminal_size", + "terminal_size 0.3.0", "unicode-width", "uucore", ] diff --git a/Cargo.toml b/Cargo.toml index b15bf4e088..f7a3a37254 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -320,7 +320,7 @@ signal-hook = "0.3.17" smallvec = { version = "1.11", features = ["union"] } tempfile = "3.8.0" term_grid = "0.1.5" -terminal_size = "0.2.6" +terminal_size = "0.3.0" textwrap = { version = "0.16.0", features = ["terminal_size"] } thiserror = "1.0" time = { version = "0.3" }