Skip to content

Commit cdbe05e

Browse files
Update which requirement from 4.4 to 5.0
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]>
1 parent 93b00f3 commit cdbe05e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ regex = "1"
1919
tempfile = "3"
2020
thiserror = "1.0.34"
2121

22-
which = { version = "4.4", optional = true }
22+
which = { version = "5.0", optional = true }
2323

2424
[badges]
2525
maintenance = { status = "passively-maintained" }

0 commit comments

Comments
 (0)