Skip to content

Commit

Permalink
Bump assert_cmd from 2.0.12 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.12 to 2.0.14.
- [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md)
- [Commits](assert-rs/assert_cmd@v2.0.12...v2.0.14)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 26, 2024
1 parent ab14c55 commit 6ea1edf
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 nix-script-haskell/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ log = "0.4.20"
env_logger = "0.10.1"

[dev-dependencies]
assert_cmd = "2.0.12"
assert_cmd = "2.0.14"
2 changes: 1 addition & 1 deletion nix-script/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ serde_json = "1.0.111"
walkdir = "2.4.0"

[dev-dependencies]
assert_cmd = "2.0.12"
assert_cmd = "2.0.14"
rnix = "0.10.2"
tempfile = "3.9.0"

0 comments on commit 6ea1edf

Please sign in to comment.