Skip to content

Commit 20b23c0

Browse files
chore(deps): Bump assert_cmd from 2.1.2 to 2.2.0 (#177)
Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 2.1.2 to 2.2.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md">assert_cmd's changelog</a>.</em></p> <blockquote> <h2>[2.2.0] - 2026-03-10</h2> <h3>Compatibility</h3> <ul> <li>Change <code>cargo_bin</code> bad paths to panics</li> </ul> <h2>[2.1.3] - 2026-03-10</h2> <h3>Fixes</h3> <ul> <li>Un-deprecate <code>cargo_bin</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/assert-rs/assert_cmd/commit/d935ff8f1345b86c2398249557bb3ad38a3aa761"><code>d935ff8</code></a> chore: Release assert_cmd version 2.2.0</li> <li><a href="https://github.com/assert-rs/assert_cmd/commit/1631cf447ecafe04972515ed34486953fad95aae"><code>1631cf4</code></a> docs: Changelog</li> <li><a href="https://github.com/assert-rs/assert_cmd/commit/3137b559c0b1a73c742ba0d88d9a453ff25ef4c5"><code>3137b55</code></a> Merge pull request <a href="https://redirect.github.com/assert-rs/assert_cmd/issues/283">#283</a> from epage/panic</li> <li><a href="https://github.com/assert-rs/assert_cmd/commit/ebd79f1fe32a312b4e963db1e68bb436ddbe3bcf"><code>ebd79f1</code></a> fix(cargo): Panic, rather than return bad path</li> <li><a href="https://github.com/assert-rs/assert_cmd/commit/79c9b0d3c2b5c0213b1064c6a2d87a69d1f4bcc3"><code>79c9b0d</code></a> chore: Release assert_cmd version 2.1.3</li> <li><a href="https://github.com/assert-rs/assert_cmd/commit/90cb0dd84c4e43bf3319fe5ec2ce26170cd42207"><code>90cb0dd</code></a> docs: Update changelog</li> <li><a href="https://github.com/assert-rs/assert_cmd/commit/7af59b98feeb0dc5185a205095a2775347679de0"><code>7af59b9</code></a> Merge pull request <a href="https://redirect.github.com/assert-rs/assert_cmd/issues/282">#282</a> from epage/deprecated</li> <li><a href="https://github.com/assert-rs/assert_cmd/commit/80fe94c9088c65b1353293767afa1f4cb2e0bc91"><code>80fe94c</code></a> docs(cargo): Specify support for different versions</li> <li><a href="https://github.com/assert-rs/assert_cmd/commit/0246aa60d76c97156b6ae85e4ca18934c845ebfb"><code>0246aa6</code></a> test: Close markdown quotes</li> <li><a href="https://github.com/assert-rs/assert_cmd/commit/cb3b590f15d002c6d40d44337dfba9a093379b50"><code>cb3b590</code></a> Revert &quot;fix: Deprecate cargo_bin (runtime version)&quot;</li> <li>Additional commits viewable in <a href="https://github.com/assert-rs/assert_cmd/compare/v2.1.2...v2.2.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=assert_cmd&package-manager=cargo&previous-version=2.1.2&new-version=2.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 2065d2b commit 20b23c0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ serde = { version = "1.0.228", features = ["derive"] }
165165
thiserror = "2.0.18"
166166

167167
[dev-dependencies]
168-
assert_cmd = "2.1.2"
168+
assert_cmd = "2.2.0"
169169
criterion = "0.8.2"
170170
insta = { version = "1.47.1", features = ["json"] }
171171
nix = { version = "0.31.2", features = ["fs"] }

0 commit comments

Comments
 (0)