From 87bd6b83858cbb1c46dea1d7c5d1b7816b623922 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 15:02:51 +0000 Subject: [PATCH] build(deps): bump terminal_size from 0.3.0 to 0.4.0 Bumps [terminal_size](https://github.com/eminence/terminal-size) from 0.3.0 to 0.4.0. - [Release notes](https://github.com/eminence/terminal-size/releases) - [Commits](https://github.com/eminence/terminal-size/compare/v0.3.0...v0.4.0) --- updated-dependencies: - dependency-name: terminal_size dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 14 ++++++++++++-- crates/volta-core/Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 87be5d06f..3806197b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -273,7 +273,7 @@ dependencies = [ "anstyle", "clap_lex", "strsim", - "terminal_size", + "terminal_size 0.3.0", ] [[package]] @@ -1476,6 +1476,16 @@ dependencies = [ "windows-sys 0.48.0", ] +[[package]] +name = "terminal_size" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4f599bd7ca042cfdf8f4512b277c02ba102247820f9d9d4a9f521f496751a6ef" +dependencies = [ + "rustix", + "windows-sys 0.59.0", +] + [[package]] name = "test-support" version = "0.1.0" @@ -1663,7 +1673,7 @@ dependencies = [ "serde", "serde_json", "tempfile", - "terminal_size", + "terminal_size 0.4.0", "textwrap", "validate-npm-package-name", "volta-layout", diff --git a/crates/volta-core/Cargo.toml b/crates/volta-core/Cargo.toml index 9e63ec481..93f576b73 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.3.0" +terminal_size = "0.4.0" indicatif = "0.17.8" console = ">=0.11.3, <1.0.0" readext = "0.1.0"