From 777a050759275f9238dbde2dcf1c2a95a41456a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 22:20:48 +0000 Subject: [PATCH] build(deps): update rust crate terminal_size to 0.4.1 (#6420) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6b8d0f4c..8200301f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3063,9 +3063,9 @@ dependencies = [ [[package]] name = "terminal_size" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f599bd7ca042cfdf8f4512b277c02ba102247820f9d9d4a9f521f496751a6ef" +checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9" dependencies = [ "rustix", "windows-sys 0.59.0", diff --git a/Cargo.toml b/Cargo.toml index 4bd9598c..fde9842d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -78,7 +78,7 @@ shadow-rs = { version = "0.36.0", default-features = false } starship-battery = { version = "0.10.0", optional = true } strsim = "0.11.1" systemstat = "=0.2.3" -terminal_size = "0.4.0" +terminal_size = "0.4.1" toml = { version = "0.8.19", features = ["preserve_order"] } toml_edit = "0.22.22" unicode-segmentation = "1.12.0"