Skip to content

Commit

Permalink
build(deps): Bump trycmd from 0.14.19 to 0.14.20
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 15, 2024
1 parent 95dbd88 commit 93b311a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
32 changes: 16 additions & 16 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 @@ assert_matches.workspace = true
cfg-if = "1.0.0"
janus_core = { workspace = true, features = ["test-util"] }
tempfile = "3.9.0"
trycmd = "0.14.19"
trycmd = "0.14.20"

0 comments on commit 93b311a

Please sign in to comment.