Skip to content

Commit

Permalink
Update which requirement from 5.0 to 6.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@5.0.0...6.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 18, 2024
1 parent 9eb61dd commit 5e5b2b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ regex = "1"
tempfile = "3"
thiserror = "1.0.34"

which = { version = "5.0", optional = true }
which = { version = "6.0", optional = true }

[badges]
maintenance = { status = "passively-maintained" }
Expand Down

0 comments on commit 5e5b2b7

Please sign in to comment.