Skip to content

Commit

Permalink
Update predicates requirement from 2.0 to 3.0
Browse files Browse the repository at this point in the history
Updates the requirements on [predicates](https://github.com/assert-rs/predicates-rs) to permit the latest version.
- [Changelog](https://github.com/assert-rs/predicates-rs/blob/master/CHANGELOG.md)
- [Commits](assert-rs/predicates-rs@v2.0.0...v3.0.3)

---
updated-dependencies:
- dependency-name: predicates
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 10, 2023
1 parent a28457e commit d91cbce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethcontract-mock/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ethcontract = { version = "0.24.0", path = "../ethcontract", default-features =
hex = "0.4"
mockall = "0.11"
rlp = "0.5"
predicates = "2.0"
predicates = "3.0"

[dev-dependencies]
tokio = { version = "1.6", features = ["macros", "rt"] }
Expand Down

0 comments on commit d91cbce

Please sign in to comment.