Skip to content

Commit 8fd16b9

Browse files
prokopylemilio
authored andcommitted
Upgrade 'which' to remove indirect dependency on 'failure'.
1 parent 43f8968 commit 8fd16b9

File tree

2 files changed

+4
-43
lines changed

2 files changed

+4
-43
lines changed

Cargo.lock

+3-42
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ lazy_static = "1"
5454
peeking_take_while = "0.1.2"
5555
quote = { version = "1", default-features = false }
5656
regex = "1.0"
57-
which = { version = ">=1.0, <3.0", optional = true }
57+
which = { version = "3.0", optional = true, default-features = false }
5858
shlex = "0.1"
5959
rustc-hash = "1.0.1"
6060
# New validation in 0.3.6 breaks bindgen-integration:

0 commit comments

Comments
 (0)