Skip to content

Commit

Permalink
build(deps): bump which from 4.2.2 to 5.0.0
Browse files Browse the repository at this point in the history
Bumps [which](https://github.com/harryfei/which-rs) from 4.2.2 to 5.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@4.2.2...5.0.0)

---
updated-dependencies:
- dependency-name: which
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 29, 2024
1 parent 4cee08d commit 85550c2
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 10 deletions.
32 changes: 23 additions & 9 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 src/build-tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish = false
[dependencies]
cfg-if = "1.0.0"
protobuf-src = { version = "2.0.0", optional = true }
which = "4"
which = "5"
workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = true }

[lints]
Expand Down

0 comments on commit 85550c2

Please sign in to comment.