Skip to content

Commit 3dfdead

Browse files
build(deps): bump which from 6.0.3 to 7.0.0
Bumps [which](https://github.com/harryfei/which-rs) from 6.0.3 to 7.0.0. - [Release notes](https://github.com/harryfei/which-rs/releases) - [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md) - [Commits](harryfei/which-rs@6.0.3...7.0.0) --- updated-dependencies: - dependency-name: which dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 62b7958 commit 3dfdead

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)