Bump predicates from 2.0.3 to 2.1.0

Bumps [predicates](https://github.com/assert-rs/predicates-rs) from 2.0.3 to 2.1.0.
- [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/v2.0.3...v2.1.0)

---
updated-dependencies:
- dependency-name: predicates
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-12-01 03:02:36 +00:00 committed by David Peter
parent 017d55a4a1
commit f862699f52
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -395,9 +395,9 @@ checksum = "c3ca011bd0129ff4ae15cd04c4eef202cadf6c51c21e47aba319b4e0501db741"
[[package]]
name = "predicates"
version = "2.0.3"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c6ce811d0b2e103743eec01db1c50612221f173084ce2f7941053e94b6bb474"
checksum = "95e5a7689e456ab905c22c2b48225bb921aba7c8dfa58440d68ba13f6222a715"
dependencies = [
"difflib",
"float-cmp",

View File

@ -37,7 +37,7 @@ features = ["suggestions", "color", "wrap_help"]
[dev-dependencies]
approx = "0.5"
assert_cmd = "2.0"
predicates = "2.0"
predicates = "2.1"
tempfile = "3.2"
[build-dependencies]