Skip to content

Commit

Permalink
Update which requirement from 4.4 to 5.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.
- [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/harryfei/which-rs/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Oct 18, 2023
1 parent 93b00f3 commit cdbe05e
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 = "4.4", optional = true }
which = { version = "5.0", optional = true }

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

0 comments on commit cdbe05e

Please sign in to comment.