summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-01-01 03:35:52 +0000
committerDavid Peter <sharkdp@users.noreply.github.com>2021-01-01 08:10:03 +0100
commit5e7061b9f6eb3dbdcdd6a5f596856423a569ee82 (patch)
treee95366dc077affdc1bba9491c462f46da89f5454 /Cargo.toml
parent7a1cd5226fd6311a63f040fcf1b7889e928cf304 (diff)
Bump predicates from 1.0.5 to 1.0.6
Bumps [predicates](https://github.com/assert-rs/predicates-rs) from 1.0.5 to 1.0.6. - [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.5...v1.0.6) 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 dd4f61e3..c7db6f76 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -74,7 +74,7 @@ default-features = false
[dev-dependencies]
tempdir = "0.3"
assert_cmd = "1.0.2"
-predicates = "1.0.5"
+predicates = "1.0.6"
[build-dependencies]
clap = { version = "2.33", optional = true }