Skip to content

Commit

Permalink
chore/deps: bump which to version 3 and do not depend on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
drahnr committed Mar 9, 2020
1 parent 6865cea commit 7ad1dfe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
7 changes: 3 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ untrusted = { version = "0.6.0", optional = true }
url = { version = "1.0", optional = true }
uuid = { version = "0.7", features = ["v4"] }
walkdir = "1.0.7"
which = "2"
# by default which pulls in an outdated failure version
which = { version = "3", default-features = false }
zip = { version = "0.4", default-features = false, features = ["deflate"] }

# dist-server only
Expand Down

0 comments on commit 7ad1dfe

Please sign in to comment.