Skip to content

Commit d766d91

Browse files
authored
Merge pull request #1929 from volta-cli/dependabot/cargo/which-7.0.0
build(deps): bump which from 6.0.3 to 7.0.0
2 parents 4feba53 + 3dfdead commit d766d91

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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.20", features = ["color", "derive", "wrap_help"] }
3535
clap_complete = "4.5.35"
3636
mockito = { version = "0.31.1", optional = true }
3737
textwrap = "0.16.1"
38-
which = "6.0.3"
38+
which = "7.0.0"
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.6.0"
5353
retry = "2"
5454
fs2 = "0.4.3"
55-
which = "6.0.3"
55+
which = "7.0.0"
5656

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

0 commit comments

Comments
 (0)