Skip to content

Commit

Permalink
Merge pull request #1976 from volta-cli/dependabot/cargo/which-7.0.1
Browse files Browse the repository at this point in the history
build(deps): bump which from 7.0.0 to 7.0.1
  • Loading branch information
chriskrycho authored Dec 20, 2024
2 parents e250052 + a31af58 commit d7b7765
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 14 deletions.
21 changes: 9 additions & 12 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 @@ -35,7 +35,7 @@ clap = { version = "4.5.23", features = ["color", "derive", "wrap_help"] }
clap_complete = "4.5.40"
mockito = { version = "0.31.1", optional = true }
textwrap = "0.16.1"
which = "7.0.0"
which = "7.0.1"
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 @@ -52,7 +52,7 @@ chain-map = "0.1.0"
indexmap = "2.7.0"
retry = "2"
fs2 = "0.4.3"
which = "7.0.0"
which = "7.0.1"

[target.'cfg(windows)'.dependencies]
winreg = "0.52.0"
Expand Down

0 comments on commit d7b7765

Please sign in to comment.