1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-10-31 07:04:04 +00:00

Bump predicates from 3.0.3 to 3.0.4 (#2717)

Bumps [predicates](https://github.com/assert-rs/predicates-rs) from 3.0.3 to 3.0.4.
- [Changelog](https://github.com/assert-rs/predicates-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/assert-rs/predicates-rs/compare/v3.0.3...v3.0.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-10-17 06:31:56 +00:00
committed by GitHub
parent a70e5c6c65
commit 85636c28bc
2 changed files with 5 additions and 5 deletions

View File

@@ -91,7 +91,7 @@ plist = "1.5.0"
assert_cmd = "2.0.10"
expect-test = "1.4.1"
serial_test = { version = "2.0.0", default-features = false }
predicates = "3.0.3"
predicates = "3.0.4"
wait-timeout = "0.2.0"
tempfile = "3.8.0"