X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=clippy_dev%2FCargo.toml;h=e2e946d06f27c28f4c2732eac3c3b526f8676c0d;hb=d97fbdbb42c28ec9e051b23138d7898bae6836c4;hp=503dd53aa203acfc6d22ea87d4fa16838f01e522;hpb=63a46b1e1a9a4cc3d78e1cf7a628421051c21167;p=rust.git diff --git a/clippy_dev/Cargo.toml b/clippy_dev/Cargo.toml index 503dd53aa20..e2e946d06f2 100644 --- a/clippy_dev/Cargo.toml +++ b/clippy_dev/Cargo.toml @@ -2,9 +2,12 @@ name = "clippy_dev" version = "0.0.1" authors = ["Philipp Hansch "] +edition = "2018" [dependencies] -clap = "~2.32" -itertools = "0.7" +clap = "2.33" +itertools = "0.8" regex = "1" lazy_static = "1.0" +shell-escape = "0.1" +walkdir = "2"