Skip to content

Commit 02331b1

Browse files
chore(deps): bump assert_cmd from 2.0.14 to 2.0.16 (#122)
Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 2.0.14 to 2.0.16. - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md) - [Commits](assert-rs/assert_cmd@v2.0.14...v2.0.16) --- updated-dependencies: - dependency-name: assert_cmd 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>
1 parent f0df07f commit 02331b1

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.lock

+3-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repository = "https://github.com/ymgyt/syndicationd"
1616

1717
[workspace.dependencies]
1818
anyhow = { version = "1", default-features = false, features = ["std"] }
19-
assert_cmd = { version = "2.0.14" }
19+
assert_cmd = { version = "2.0.16" }
2020
async-graphql = { version = "7.0" }
2121
async-trait = { version = "0.1.81", default-features = false }
2222
axum = { version = "0.7.5", default-features = false }

0 commit comments

Comments
 (0)