Skip to content

Commit

Permalink
build(deps): Bump trycmd from 0.14.19 to 0.14.20 (#2495)
Browse files Browse the repository at this point in the history
Bumps [trycmd](https://github.com/assert-rs/trycmd) from 0.14.19 to 0.14.20.
- [Changelog](https://github.com/assert-rs/trycmd/blob/main/CHANGELOG.md)
- [Commits](assert-rs/snapbox@v0.14.19...v0.14.20)

---
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] committed Jan 16, 2024
1 parent 38f0346 commit 7e14174
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
28 changes: 14 additions & 14 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.9.0"
tokio = { version = "1", features = ["test-util"] } # ensure this remains compatible with the non-dev dependency
trillium-testing.workspace = true
trycmd = "0.14.19"
trycmd = "0.14.20"
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.9.0"
trycmd = "0.14.19"
trycmd = "0.14.20"

0 comments on commit 7e14174

Please sign in to comment.