Update the filecheck dependency (#1348)

Removes an edge towards the `synstructure` dependency in our dependency
graph which, if removed entirely, is hoped to reduce build times locally
and on CI as you switch between `cargo build` and `cargo test` because
deep dependencies like `syn` won't have their features alternating back
and forth.
This commit is contained in:
Alex Crichton
2020-03-17 15:33:54 -05:00
committed by GitHub
parent d452e5097f
commit 4c3c717698
4 changed files with 6 additions and 29 deletions

View File

@@ -50,7 +50,7 @@ more-asserts = "0.2.1"
# `cargo test --features test-programs`.
test-programs = { path = "crates/test-programs" }
tempfile = "3.1.0"
filecheck = "0.4.0"
filecheck = "0.5.0"
[build-dependencies]
anyhow = "1.0.19"