summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2020-03-07 00:01:35 +0100
committerDavid Peter <sharkdp@users.noreply.github.com>2020-03-09 21:30:46 +0100
commitb1183f72a5d31777a1865f6411b33e73c7f7e1cc (patch)
tree2491de951df4bf777ca68c9a93091d4526312c48 /Cargo.toml
parenta5e98146fbe4025d9a8461795ee6e2e2560e4695 (diff)
Update to new assert_cmd
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c940d6c7..149bd3d1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -51,7 +51,6 @@ features = []
[dev-dependencies]
tempdir = "0.3"
assert_cmd = "0.12.0"
-escargot = "0.5.0"
[build-dependencies]
clap = "2.33"