]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.toml
Auto merge of #6317 - chansuke:add-external-macro, r=llogiq
[rust.git] / Cargo.toml
index 63ce2cd8cad776ccf14c5da2da075358fbaf4660..1ddcd18598dea83b4009d927cf031f9207ad7979 100644 (file)
@@ -31,17 +31,14 @@ path = "src/driver.rs"
 # begin automatic update
 clippy_lints = { version = "0.0.212", path = "clippy_lints" }
 # end automatic update
-regex = "1"
-semver = "0.9"
+semver = "0.11"
 rustc_tools_util = { version = "0.2.0", path = "rustc_tools_util"}
 tempfile = { version = "3.1.0", optional = true }
-lazy_static = "1.0"
 
 [dev-dependencies]
-cargo_metadata = "0.9.0"
+cargo_metadata = "0.12"
 compiletest_rs = { version = "0.5.0", features = ["tmp"] }
 tester = "0.7"
-lazy_static = "1.0"
 clippy-mini-macro-test = { version = "0.2", path = "mini-macro" }
 serde = { version = "1.0", features = ["derive"] }
 derive-new = "0.5"