@@ -21,37 +21,35 @@ name = "clippy-driver"
2121path = " src/driver.rs"
2222
2323[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" }
2725semver = " 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 }
3028
3129[dev-dependencies ]
3230cargo_metadata = " 0.12"
33- compiletest_rs = { version = " 0.6.0 " , features = [" tmp" ] }
31+ compiletest_rs = { version = " 0.7 " , features = [" tmp" ] }
3432tester = " 0.9"
35- regex = " 1.4 "
33+ regex = " 1.5 "
3634# This is used by the `collect-metadata` alias.
3735filetime = " 0.2"
3836
3937# A noop dependency that changes in the Rust repository, it's a bit of a hack.
4038# See the `src/tools/rustc-workspace-hack/README.md` file in `rust-lang/rust`
4139# for more information.
42- rustc-workspace-hack = " 1.0.0 "
40+ rustc-workspace-hack = " 1.0"
4341
4442# UI test dependencies
4543clippy_utils = { path = " clippy_utils" }
4644derive-new = " 0.5"
4745if_chain = " 1.0"
48- itertools = " 0.10.1 "
49- quote = " 1"
46+ itertools = " 0.10"
47+ quote = " 1.0 "
5048serde = { version = " 1.0" , features = [" derive" ] }
51- syn = { version = " 1" , features = [" full" ] }
49+ syn = { version = " 1.0 " , features = [" full" ] }
5250
5351[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" }
5553
5654[features ]
5755deny-warnings = [" clippy_lints/deny-warnings" ]
0 commit comments