Skip to content

Commit d7f9a62

Browse files
build(deps): bump which from 6.0.1 to 6.0.2
Bumps [which](https://github.com/harryfei/which-rs) from 6.0.1 to 6.0.2. - [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.1...6.0.2) --- updated-dependencies: - dependency-name: which dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f4bd615 commit d7f9a62

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
@@ -31,7 +31,7 @@ clap = { version = "4.5.11", features = ["color", "derive", "wrap_help"] }
3131
clap_complete = "4.5.11"
3232
mockito = { version = "0.31.1", optional = true }
3333
textwrap = "0.16.1"
34-
which = "6.0.1"
34+
which = "6.0.2"
3535
dirs = "5.0.1"
3636
volta-migrate = { path = "crates/volta-migrate" }
3737

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.2.6"
5353
retry = "2"
5454
fs2 = "0.4.3"
55-
which = "6.0.1"
55+
which = "6.0.2"
5656

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

0 commit comments

Comments
 (0)