Skip to content

Commit

Permalink
Bump trycmd from 0.15.2 to 0.15.4 (#3175)
Browse files Browse the repository at this point in the history
Bumps [trycmd](https://github.com/assert-rs/trycmd) from 0.15.2 to 0.15.4.
- [Commits](assert-rs/snapbox@v0.15.2...trycmd-v0.15.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 27, 2024
1 parent 1f4edec commit 7cac75b
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 13 deletions.
42 changes: 31 additions & 11 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 aggregator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ rstest.workspace = true
tempfile = "3.10.1"
tokio = { version = "1", features = ["test-util"] } # ensure this remains compatible with the non-dev dependency
trillium-testing.workspace = true
trycmd = "0.15.2"
trycmd = "0.15.4"
wait-timeout = "0.2.0"

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ cfg-if = "1.0.0"
janus_core = { workspace = true, features = ["test-util"] }
rand = "0.8"
tempfile = "3.10.1"
trycmd = "0.15.2"
trycmd = "0.15.4"

0 comments on commit 7cac75b

Please sign in to comment.