diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-12-30 02:02:33 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-30 02:02:33 +0000 |
commit | 68ed20474bdad86c0585c2a60c6de53899c97ae7 (patch) | |
tree | b614265ca6749e6091a4711755940a97699b2421 | |
parent | a4dac97b40e4a29c60d64476d69dfd50d501cec8 (diff) |
Bump predicates from 2.1.1 to 2.1.5dependabot/cargo/predicates-2.1.5
Bumps [predicates](https://github.com/assert-rs/predicates-rs) from 2.1.1 to 2.1.5.
- [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.1...v2.1.5)
---
updated-dependencies:
- dependency-name: predicates
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | Cargo.lock | 4 | ||||
-rw-r--r-- | Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -394,9 +394,9 @@ checksum = "648001efe5d5c0102d8cea768e348da85d90af8ba91f0bea908f157951493cd4" [[package]] name = "predicates" -version = "2.1.1" +version = "2.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5aab5be6e4732b473071984b3164dbbfb7a3674d30ea5ff44410b6bcd960c3c" +checksum = "59230a63c37f3e18569bdb90e4a89cbf5bf8b06fea0b84e65ea10cc4df47addd" dependencies = [ "difflib", "float-cmp", @@ -27,7 +27,7 @@ lazy_static = "1.4.0" assert_cmd = "2.0" assert_fs = "1.0" escargot = "0.5" -predicates = "2.1.1" +predicates = "2.1.5" [[bin]] path = "src/main.rs" |