Skip to content

Commit

Permalink
Bump predicates from 3.0.4 to 3.1.0
Browse files Browse the repository at this point in the history
Bumps [predicates](https://github.com/assert-rs/predicates-rs) from 3.0.4 to 3.1.0.
- [Changelog](https://github.com/assert-rs/predicates-rs/blob/master/CHANGELOG.md)
- [Commits](assert-rs/predicates-rs@v3.0.4...v3.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jan 16, 2024
1 parent 4dbde5b commit 238d220
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/cargo-contract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ which = "5.0.0"
[dev-dependencies]
assert_cmd = "2.0.13"
regex = "1.10.2"
predicates = "3.0.4"
predicates = "3.1.0"
tempfile = "3.9.0"

[features]
Expand Down
2 changes: 1 addition & 1 deletion crates/extrinsics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ ink_metadata = "5.0.0-rc"
ink = "5.0.0-rc"
assert_cmd = "2.0.13"
regex = "1.10.2"
predicates = "3.0.4"
predicates = "3.1.0"
tempfile = "3.9.0"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }

Expand Down

0 comments on commit 238d220

Please sign in to comment.