Skip to content

Commit

Permalink
Merge pull request #1697 from volta-cli/dependabot/cargo/textwrap-0.16.1
Browse files Browse the repository at this point in the history
build(deps): bump textwrap from 0.16.0 to 0.16.1
  • Loading branch information
chriskrycho authored Mar 13, 2024
2 parents 9beb67b + ef54200 commit 3a698e6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion crates/volta-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3a698e6

Please sign in to comment.