Skip to content

Commit 1cd7981

Browse files
build(deps): bump which from 4.2.5 to 4.3.0 (#1938)
Bumps [which](https://github.com/harryfei/which-rs) from 4.2.5 to 4.3.0. - [Release notes](https://github.com/harryfei/which-rs/releases) - [Commits](harryfei/which-rs@4.2.5...4.3.0) --- updated-dependencies: - dependency-name: which dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 41b0a84 commit 1cd7981

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2830,13 +2830,13 @@ dependencies = [
28302830

28312831
[[package]]
28322832
name = "which"
2833-
version = "4.2.5"
2833+
version = "4.3.0"
28342834
source = "registry+https://github.com/rust-lang/crates.io-index"
2835-
checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae"
2835+
checksum = "1c831fbbee9e129a8cf93e7747a82da9d95ba8e16621cae60ec2cdc849bacb7b"
28362836
dependencies = [
28372837
"either",
2838-
"lazy_static",
28392838
"libc",
2839+
"once_cell",
28402840
]
28412841

28422842
[[package]]

0 commit comments

Comments
 (0)