diff --git a/Cargo.toml b/Cargo.toml index 36b95ebe30fb..b74db8f95ac8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,9 +22,9 @@ semver = "0.2.1" [dev-dependencies] compiletest_rs = "0.0.11" -regex = "*" -regex_macros = "*" -lazy_static = "*" +regex = "0.1.47" +regex_macros = "0.1.27" +lazy_static = "0.1.15" rustc-serialize = "0.3" [features]