]> git.lizzy.rs Git - rust.git/blobdiff - clippy_dev/Cargo.toml
Auto merge of #4611 - rust-lang:doc-visibility, r=flip1995
[rust.git] / clippy_dev / Cargo.toml
index 3b4a11a5ee56d403d42625aa8bc6e25377bdf8ba..de56e4b05c9111c3d47525695921163c6c454226 100644 (file)
@@ -5,8 +5,11 @@ authors = ["Philipp Hansch <dev@phansch.net>"]
 edition = "2018"
 
 [dependencies]
-clap = "~2.32"
+clap = "2.33"
 itertools = "0.8"
 regex = "1"
 lazy_static = "1.0"
+shell-escape = "0.1"
 walkdir = "2"
+# FIXME: remove this once cargo issue #7475 is fixed
+home = "0.5"