From ef54200c63783fb02b0a2c1d934058e2860cb6b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 14:16:51 +0000 Subject: [PATCH] build(deps): bump textwrap from 0.16.0 to 0.16.1 Bumps [textwrap](https://github.com/mgeisler/textwrap) from 0.16.0 to 0.16.1. - [Release notes](https://github.com/mgeisler/textwrap/releases) - [Changelog](https://github.com/mgeisler/textwrap/blob/master/CHANGELOG.md) - [Commits](https://github.com/mgeisler/textwrap/compare/0.16.0...0.16.1) --- updated-dependencies: - dependency-name: textwrap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- crates/volta-core/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0f74a6e8f..e50299fd0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1455,9 +1455,9 @@ dependencies = [ [[package]] name = "textwrap" -version = "0.16.0" +version = "0.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d" +checksum = "23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9" dependencies = [ "smawk", "unicode-linebreak", diff --git a/Cargo.toml b/Cargo.toml index 8fde7630c..7a3ca642a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ node-semver = "2" clap = { version = "4.5.1", features = ["color", "derive", "wrap_help"] } clap_complete = "4.5.0" mockito = { version = "0.31.1", optional = true } -textwrap = "0.16.0" +textwrap = "0.16.1" which = "6.0.0" dirs = "5.0.1" volta-migrate = { path = "crates/volta-migrate" } diff --git a/crates/volta-core/Cargo.toml b/crates/volta-core/Cargo.toml index c7fcb5987..fa634b8fc 100644 --- a/crates/volta-core/Cargo.toml +++ b/crates/volta-core/Cargo.toml @@ -37,7 +37,7 @@ dirs = "5.0.1" # not need. chrono = { version = "0.4.34", default-features = false, features = ["alloc", "std", "clock"] } validate-npm-package-name = { path = "../validate-npm-package-name" } -textwrap = "0.16.0" +textwrap = "0.16.1" log = { version = "0.4", features = ["std"] } ctrlc = "3.4.2" walkdir = "2.4.0"