fix(deps): update rust crate assert_cmd to 2.2.0 (#172)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [assert_cmd](https://redirect.github.com/assert-rs/assert_cmd) |
workspace.dependencies | minor | `2.1.2` → `2.2.0` |

---

### Release Notes

<details>
<summary>assert-rs/assert_cmd (assert_cmd)</summary>

###
[`v2.2.0`](https://redirect.github.com/assert-rs/assert_cmd/blob/HEAD/CHANGELOG.md#220---2026-03-10)

[Compare
Source](https://redirect.github.com/assert-rs/assert_cmd/compare/v2.1.3...v2.2.0)

##### Compatibility

- Change `cargo_bin` bad paths to panics

###
[`v2.1.3`](https://redirect.github.com/assert-rs/assert_cmd/blob/HEAD/CHANGELOG.md#213---2026-03-10)

[Compare
Source](https://redirect.github.com/assert-rs/assert_cmd/compare/v2.1.2...v2.1.3)

##### Fixes

- Un-deprecate `cargo_bin`

</details>

---

### Configuration

📅 **Schedule**: Branch creation - Between 12:00 AM and 05:59 AM, on day
24 of the month ( * 0-5 24 * * ) (UTC), Automerge - At any time (no
schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Never, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/jerus-org/cull-gmail).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4wIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
This commit is contained in:
Jeremiah Russell
2026-03-13 10:49:35 +00:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -112,9 +112,9 @@ dependencies = [
[[package]] [[package]]
name = "assert_cmd" name = "assert_cmd"
version = "2.1.2" version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c5bcfa8749ac45dd12cb11055aeeb6b27a3895560d60d71e3c23bf979e60514" checksum = "9a686bbee5efb88a82df0621b236e74d925f470e5445d3220a5648b892ec99c9"
dependencies = [ dependencies = [
"anstyle", "anstyle",
"bstr", "bstr",

View File

@@ -33,7 +33,7 @@ tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread", "process"
toml = "1.0.6" toml = "1.0.6"
# dev-dependencies # dev-dependencies
assert_cmd = "2.1.2" assert_cmd = "2.2.0"
assert_fs = "1.1.3" assert_fs = "1.1.3"
httpmock = "0.8.3" httpmock = "0.8.3"
predicates = "3.1.4" predicates = "3.1.4"