summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-08-01 02:25:45 +0000
committerDavid Peter <sharkdp@users.noreply.github.com>2020-08-01 09:54:43 +0200
commit2656c503a45e67bdc7ee8220d20232bfcf934812 (patch)
treee2ef6c44ef3759c1e12efc739c8b80610d29e001 /Cargo.toml
parent2b3457e8d6bb52a79a3ffce0db7db7612c8afd12 (diff)
Bump predicates from 1.0.4 to 1.0.5
Bumps [predicates](https://github.com/assert-rs/predicates-rs) from 1.0.4 to 1.0.5. - [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.4...v1.0.5) 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 62ebacf6..87e7d8ba 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -76,7 +76,7 @@ default-features = false
[dev-dependencies]
tempdir = "0.3"
assert_cmd = "1.0.1"
-predicates = "1.0.4"
+predicates = "1.0.5"
[build-dependencies]
clap = { version = "2.33", optional = true }