cargo: bump predicates from 2.1.3 to 2.1.4

Bumps [predicates](https://github.com/assert-rs/predicates-rs) from 2.1.3 to 2.1.4.
- [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.1.3...v2.1.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-12-05 15:15:08 +00:00 committed by Martin von Zweigbergk
parent 92f3dca4bd
commit 6192183d2b
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1222,9 +1222,9 @@ checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
[[package]]
name = "predicates"
version = "2.1.3"
version = "2.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed6bd09a7f7e68f3f0bf710fb7ab9c4615a488b58b5f653382a687701e458c92"
checksum = "f54fc5dc63ed3bbf19494623db4f3af16842c0d975818e469022d09e53f0aa05"
dependencies = [
"difflib",
"float-cmp",

View file

@ -70,7 +70,7 @@ criterion = "0.4.0"
criterion_bencher_compat = "0.4.0"
insta = "1.21.2"
regex = "1.7.0"
predicates = "2.1.3"
predicates = "2.1.4"
test-case = "2.2.2"
testutils = { path = "lib/testutils" }