From dc61a29f83bcebd59413f1a62c908f1277b881e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 18:49:58 +0000 Subject: [PATCH] build(deps): bump terminal_size from 0.4.0 to 0.4.1 Bumps [terminal_size](https://github.com/eminence/terminal-size) from 0.4.0 to 0.4.1. - [Release notes](https://github.com/eminence/terminal-size/releases) - [Commits](https://github.com/eminence/terminal-size/compare/v0.4.0...v0.4.1) --- updated-dependencies: - dependency-name: terminal_size dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/volta-core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 04d8fe8ad..43b90fbd2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1466,9 +1466,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/crates/volta-core/Cargo.toml b/crates/volta-core/Cargo.toml index 10d4236a7..8ddb3b19a 100644 --- a/crates/volta-core/Cargo.toml +++ b/crates/volta-core/Cargo.toml @@ -13,7 +13,7 @@ mock-network = ["mockito"] cross-platform-docs = [] [dependencies] -terminal_size = "0.4.0" +terminal_size = "0.4.1" indicatif = "0.17.9" console = ">=0.11.3, <1.0.0" readext = "0.1.0"