summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-02-01 03:39:27 +0000
committerDavid Peter <sharkdp@users.noreply.github.com>2021-02-07 22:33:05 +0100
commita26c5b82190747c77fcae61e14b92c0b14f73019 (patch)
treed4364cff739461b671827e89bb05329efc09886a /Cargo.toml
parentd36b091fd7c9050c80078c0fe286d09dbab0f45a (diff)
Bump predicates from 1.0.6 to 1.0.7
Bumps [predicates](https://github.com/assert-rs/predicates-rs) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/assert-rs/predicates-rs/releases) - [Changelog](https://github.com/assert-rs/predicates-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/assert-rs/predicates-rs/compare/v1.0.6...v1.0.7) Signed-off-by: dependabot-preview[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 66a11adf..77795710 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -79,7 +79,7 @@ default-features = false
tempdir = "0.3"
assert_cmd = "1.0.2"
serial_test = "0.5.1"
-predicates = "1.0.6"
+predicates = "1.0.7"
wait-timeout = "0.2.0"
[build-dependencies]