Skip to content

Commit 228d5fd

Browse files
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](mgeisler/textwrap@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] <support@github.com>
1 parent a7384fa commit 228d5fd

File tree

3 files changed

+19
-9
lines changed

3 files changed

+19
-9
lines changed

Cargo.lock

Lines changed: 17 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ node-semver = "2"
3434
clap = { version = "4.5.24", features = ["color", "derive", "wrap_help"] }
3535
clap_complete = "4.5.46"
3636
mockito = { version = "0.31.1", optional = true }
37-
textwrap = "0.16.1"
37+
textwrap = "0.16.2"
3838
which = "7.0.1"
3939
dirs = "6.0.0"
4040
volta-migrate = { path = "crates/volta-migrate" }

crates/volta-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dirs = "6.0.0"
3737
# not need.
3838
chrono = { version = "0.4.39", default-features = false, features = ["alloc", "std", "clock"] }
3939
validate-npm-package-name = { path = "../validate-npm-package-name" }
40-
textwrap = "0.16.1"
40+
textwrap = "0.16.2"
4141
log = { version = "0.4", features = ["std"] }
4242
ctrlc = "3.4.5"
4343
walkdir = "2.5.0"

0 commit comments

Comments
 (0)