From b1da2c3f469fdb02cc9e554560548728d0c65b0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 12:40:36 +0000 Subject: [PATCH] build(deps): bump terminal_size from 0.4.0 to 0.4.1 (#554) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1e60e1d..7abf028 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1536,9 +1536,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 d7f454b..9f067ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ serde_json = "1.0.133" serde_yaml = { version = "0.9.34" } sha2 = "0.10.8" tempfile = "3.14.0" -terminal_size = "0.4.0" +terminal_size = "0.4.1" test-with = { version = "0.14.5", default-features = false, features = [ "executable", ] }