]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.toml
Auto merge of #4120 - phansch:needless_lifetimes_async_test_cleanup, r=Manishearth
[rust.git] / Cargo.toml
index e41440acc20eb43dc775582785dc17452d0f684d..4c1b77c256c99282ad766fd0f618e92411d36b5f 100644 (file)
@@ -46,11 +46,10 @@ rustc_tools_util = { version = "0.1.1", path = "rustc_tools_util"}
 
 [dev-dependencies]
 cargo_metadata = "0.7.1"
-compiletest_rs = { version = "0.3.21", features = ["tmp"] }
+compiletest_rs = { version = "0.3.22", features = ["tmp"] }
 lazy_static = "1.0"
-serde_derive = "1.0"
 clippy-mini-macro-test = { version = "0.2", path = "mini-macro" }
-serde = "1.0"
+serde = { version = "1.0", features = ["derive"] }
 derive-new = "0.5"
 
 # A noop dependency that changes in the Rust repository, it's a bit of a hack.