Skip to content

Commit d7b7765

Browse files
authored
Merge pull request #1976 from volta-cli/dependabot/cargo/which-7.0.1
build(deps): bump which from 7.0.0 to 7.0.1
2 parents e250052 + a31af58 commit d7b7765

File tree

3 files changed

+11
-14
lines changed

3 files changed

+11
-14
lines changed

Cargo.lock

Lines changed: 9 additions & 12 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
@@ -35,7 +35,7 @@ clap = { version = "4.5.23", features = ["color", "derive", "wrap_help"] }
3535
clap_complete = "4.5.40"
3636
mockito = { version = "0.31.1", optional = true }
3737
textwrap = "0.16.1"
38-
which = "7.0.0"
38+
which = "7.0.1"
3939
dirs = "5.0.1"
4040
volta-migrate = { path = "crates/volta-migrate" }
4141

crates/volta-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ chain-map = "0.1.0"
5252
indexmap = "2.7.0"
5353
retry = "2"
5454
fs2 = "0.4.3"
55-
which = "7.0.0"
55+
which = "7.0.1"
5656

5757
[target.'cfg(windows)'.dependencies]
5858
winreg = "0.52.0"

0 commit comments

Comments
 (0)