@@ -21,37 +21,35 @@ name = "clippy-driver"
21
21
path = " src/driver.rs"
22
22
23
23
[dependencies ]
24
- # begin automatic update
25
- clippy_lints = { version = " 0.1.50" , path = " clippy_lints" }
26
- # end automatic update
24
+ clippy_lints = { version = " 0.1" , path = " clippy_lints" }
27
25
semver = " 0.11"
28
- rustc_tools_util = { version = " 0.2.0 " , path = " rustc_tools_util" }
29
- tempfile = { version = " 3.1.0 " , optional = true }
26
+ rustc_tools_util = { version = " 0.2" , path = " rustc_tools_util" }
27
+ tempfile = { version = " 3.2 " , optional = true }
30
28
31
29
[dev-dependencies ]
32
30
cargo_metadata = " 0.12"
33
- compiletest_rs = { version = " 0.6.0 " , features = [" tmp" ] }
31
+ compiletest_rs = { version = " 0.7 " , features = [" tmp" ] }
34
32
tester = " 0.9"
35
- regex = " 1.4 "
33
+ regex = " 1.5 "
36
34
# This is used by the `collect-metadata` alias.
37
35
filetime = " 0.2"
38
36
39
37
# A noop dependency that changes in the Rust repository, it's a bit of a hack.
40
38
# See the `src/tools/rustc-workspace-hack/README.md` file in `rust-lang/rust`
41
39
# for more information.
42
- rustc-workspace-hack = " 1.0.0 "
40
+ rustc-workspace-hack = " 1.0"
43
41
44
42
# UI test dependencies
45
43
clippy_utils = { path = " clippy_utils" }
46
44
derive-new = " 0.5"
47
45
if_chain = " 1.0"
48
- itertools = " 0.10.1 "
49
- quote = " 1"
46
+ itertools = " 0.10"
47
+ quote = " 1.0 "
50
48
serde = { version = " 1.0" , features = [" derive" ] }
51
- syn = { version = " 1" , features = [" full" ] }
49
+ syn = { version = " 1.0 " , features = [" full" ] }
52
50
53
51
[build-dependencies ]
54
- rustc_tools_util = { version = " 0.2.0 " , path = " rustc_tools_util" }
52
+ rustc_tools_util = { version = " 0.2" , path = " rustc_tools_util" }
55
53
56
54
[features ]
57
55
deny-warnings = [" clippy_lints/deny-warnings" ]
0 commit comments