summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <support@dependabot.com>2019-01-01 03:17:01 +0000
committerDavid Peter <sharkdp@users.noreply.github.com>2019-01-01 12:32:25 +0100
commitabf02297411d6c0a013158699ec6ce92dc1bcdae (patch)
tree8dbe365641bc3dcdab6163be9d5b622ba6d99107 /Cargo.toml
parente04bccd12d8f7b32d6323a2638749fdde4a09947 (diff)
Bump escargot from 0.3.1 to 0.4.0
Bumps [escargot](https://github.com/crate-ci/escargot) from 0.3.1 to 0.4.0. - [Release notes](https://github.com/crate-ci/escargot/releases) - [Changelog](https://github.com/crate-ci/escargot/blob/master/CHANGELOG.md) - [Commits](https://github.com/crate-ci/escargot/compare/v0.3.1...v0.4.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 32ceb416..10fe13bb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -49,7 +49,7 @@ features = []
[dev-dependencies]
tempdir = "0.3"
assert_cmd = "0.10.2"
-escargot = "0.3.1"
+escargot = "0.4.0"
[build-dependencies]
clap = "2.32"