Skip to content

Commit

Permalink
Update which requirement from 6.0.0 to 7.0.0
Browse files Browse the repository at this point in the history
Updates the requirements on [which](https://github.com/harryfei/which-rs) to permit the latest version.
- [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.0...7.0.0)

---
updated-dependencies:
- dependency-name: which
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Nov 1, 2024
1 parent 18c1194 commit ff08cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ harness = false

[build-dependencies]
cbindgen = {version = "0.27", optional = true}
which = {version = "6.0.0", optional = true}
which = {version = "7.0.0", optional = true}

[dependencies]
# Pinned, because we use #[doc(hidden)] APIs.
Expand Down

0 comments on commit ff08cfa

Please sign in to comment.