From 228d5fd924941ad7e109ca12a8bf020c9fd58230 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Mar 2025 22:55:20 +0000 Subject: [PATCH] build(deps): bump textwrap from 0.16.1 to 0.16.2 Bumps [textwrap](https://github.com/mgeisler/textwrap) from 0.16.1 to 0.16.2. - [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.1...0.16.2) --- updated-dependencies: - dependency-name: textwrap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 24 +++++++++++++++++------- Cargo.toml | 2 +- crates/volta-core/Cargo.toml | 2 +- 3 files changed, 19 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e1402e365..38d1e6188 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1398,9 +1398,9 @@ dependencies = [ [[package]] name = "smawk" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f67ad224767faa3c7d8b6d91985b78e70a1324408abcb1cfcc2be4c06bc06043" +checksum = "b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c" [[package]] name = "spin" @@ -1493,13 +1493,13 @@ dependencies = [ [[package]] name = "textwrap" -version = "0.16.1" +version = "0.16.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9" +checksum = "c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057" dependencies = [ "smawk", "unicode-linebreak", - "unicode-width 0.1.10", + "unicode-width 0.2.0", ] [[package]] @@ -1657,7 +1657,7 @@ dependencies = [ "volta-core", "volta-migrate", "which", - "winreg", + "winreg 0.53.0", ] [[package]] @@ -1701,7 +1701,7 @@ dependencies = [ "volta-layout", "walkdir", "which", - "winreg", + "winreg 0.55.0", ] [[package]] @@ -2015,6 +2015,16 @@ dependencies = [ "windows-sys 0.48.0", ] +[[package]] +name = "winreg" +version = "0.55.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97" +dependencies = [ + "cfg-if", + "windows-sys 0.59.0", +] + [[package]] name = "winsafe" version = "0.0.19" diff --git a/Cargo.toml b/Cargo.toml index 5a04dfbe8..8f3696cda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ node-semver = "2" clap = { version = "4.5.24", features = ["color", "derive", "wrap_help"] } clap_complete = "4.5.46" mockito = { version = "0.31.1", optional = true } -textwrap = "0.16.1" +textwrap = "0.16.2" which = "7.0.1" dirs = "6.0.0" volta-migrate = { path = "crates/volta-migrate" } diff --git a/crates/volta-core/Cargo.toml b/crates/volta-core/Cargo.toml index ee46b831e..5eaa61aa2 100644 --- a/crates/volta-core/Cargo.toml +++ b/crates/volta-core/Cargo.toml @@ -37,7 +37,7 @@ dirs = "6.0.0" # not need. chrono = { version = "0.4.39", default-features = false, features = ["alloc", "std", "clock"] } validate-npm-package-name = { path = "../validate-npm-package-name" } -textwrap = "0.16.1" +textwrap = "0.16.2" log = { version = "0.4", features = ["std"] } ctrlc = "3.4.5" walkdir = "2.5.0"