Skip to content

Commit

Permalink
Bump assert_cmd from 2.0.13 to 2.0.14
Browse files Browse the repository at this point in the history
Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 2.0.13 to 2.0.14.
- [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md)
- [Commits](assert-rs/assert_cmd@v2.0.13...v2.0.14)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 20, 2024
1 parent b880dbc commit 8522be3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 @@ -55,7 +55,7 @@ current_platform = "0.2.0"
which = "6.0.0"

[dev-dependencies]
assert_cmd = "2.0.13"
assert_cmd = "2.0.14"
regex = "1.10.3"
predicates = "3.1.0"
tempfile = "3.10.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/extrinsics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ink_env = "5.0.0-rc.1"

[dev-dependencies]
ink = "5.0.0-rc.1"
assert_cmd = "2.0.13"
assert_cmd = "2.0.14"
regex = "1.10.3"
predicates = "3.1.0"
tempfile = "3.10.0"
Expand Down

0 comments on commit 8522be3

Please sign in to comment.