diff --git a/clippy_dev/Cargo.toml b/clippy_dev/Cargo.toml index 3b4a11a5ee5..602cd92da2b 100644 --- a/clippy_dev/Cargo.toml +++ b/clippy_dev/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Philipp Hansch "] edition = "2018" [dependencies] -clap = "~2.32" +clap = "2.33" itertools = "0.8" regex = "1" lazy_static = "1.0"