X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=clippy_dev%2FCargo.toml;h=e2e946d06f27c28f4c2732eac3c3b526f8676c0d;hb=d97fbdbb42c28ec9e051b23138d7898bae6836c4;hp=3b4a11a5ee56d403d42625aa8bc6e25377bdf8ba;hpb=a7fe3b2ebb35e6bca78bc103a75966105981abc4;p=rust.git diff --git a/clippy_dev/Cargo.toml b/clippy_dev/Cargo.toml index 3b4a11a5ee5..e2e946d06f2 100644 --- a/clippy_dev/Cargo.toml +++ b/clippy_dev/Cargo.toml @@ -5,8 +5,9 @@ authors = ["Philipp Hansch "] edition = "2018" [dependencies] -clap = "~2.32" +clap = "2.33" itertools = "0.8" regex = "1" lazy_static = "1.0" +shell-escape = "0.1" walkdir = "2"