cargo: bump predicates from 2.1.2 to 2.1.3

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

---
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-11-14 15:12:07 +00:00 committed by Martin von Zweigbergk
parent 1c76ea198f
commit 4d5ec02051
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

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

View File

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