1
0
mirror of https://github.com/sharkdp/bat.git synced 2026-02-08 00:32:08 +00:00

Bump predicates from 2.0.1 to 2.0.2

Bumps [predicates](https://github.com/assert-rs/predicates-rs) from 2.0.1 to 2.0.2.
- [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.1...v2.0.2)

---
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]
2021-09-01 02:02:33 +00:00
committed by Martin Nordholts
parent a8a81e99d2
commit df067f7d1f
2 changed files with 3 additions and 3 deletions

View File

@@ -83,7 +83,7 @@ features = ["suggestions", "color", "wrap_help"]
[dev-dependencies]
assert_cmd = "1.0.8"
serial_test = "0.5.1"
predicates = "2.0.1"
predicates = "2.0.2"
wait-timeout = "0.2.0"
tempfile = "3.2.0"