Skip to content

Commit

Permalink
chore(deps): Bump assert_cmd from 2.0.11 to 2.0.12 (#17982)
Browse files Browse the repository at this point in the history
Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 2.0.11
to 2.0.12.
<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.0.12] - 2023-07-14</h2>
<h3>Compatibility</h3>
<ul>
<li>MSRV is now 1.66.0</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>Fix typo in failure output</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/assert-rs/assert_cmd/commit/62478c7ccfa01767a9b5580fb56a86bf8b7ede1f"><code>62478c7</code></a>
chore: Release assert_cmd version 2.0.12</li>
<li><a
href="https://github.com/assert-rs/assert_cmd/commit/b03fd5d1570d8889807fe08bfa555b101a86ec6b"><code>b03fd5d</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/assert-rs/assert_cmd/commit/296d3b14ade68d3dc23db0104d631338b2d4527f"><code>296d3b1</code></a>
Merge pull request <a
href="https://redirect.github.com/assert-rs/assert_cmd/issues/179">#179</a>
from bernardosulzbach/fix-failure-message-format-typo</li>
<li><a
href="https://github.com/assert-rs/assert_cmd/commit/bafeb707c8484c7e32c0b42999ae160cb164f2bb"><code>bafeb70</code></a>
fix: Make failure message format consistent</li>
<li><a
href="https://github.com/assert-rs/assert_cmd/commit/ebf8e3e2f689fa1337e63637bc0d252da55fdf87"><code>ebf8e3e</code></a>
Merge pull request <a
href="https://redirect.github.com/assert-rs/assert_cmd/issues/175">#175</a>
from epage/update</li>
<li><a
href="https://github.com/assert-rs/assert_cmd/commit/6114a09129e18196d97d8e624e543dbcbd3d56f6"><code>6114a09</code></a>
style: Make clippy happy</li>
<li><a
href="https://github.com/assert-rs/assert_cmd/commit/58b03d271c346c51d90ed25cae55712d1123bcc9"><code>58b03d2</code></a>
chore: Update from '_rust/main' update</li>
<li><a
href="https://github.com/assert-rs/assert_cmd/commit/2b6bb28cd18916a6244a2632a6abcba9362b9fd0"><code>2b6bb28</code></a>
chore(ci): Catch clippy config failures</li>
<li><a
href="https://github.com/assert-rs/assert_cmd/commit/80d4cdd688e88b897f384b770f9c13268ecb3793"><code>80d4cdd</code></a>
chore: Remove clippy lint past MSRV (needs 1.67)</li>
<li><a
href="https://github.com/assert-rs/assert_cmd/commit/6f4e911a319ce1709cf6c1fcb0abdbbb243fbde0"><code>6f4e911</code></a>
Merge pull request <a
href="https://redirect.github.com/assert-rs/assert_cmd/issues/174">#174</a>
from assert-rs/renovate/rust-1.x</li>
<li>Additional commits viewable in <a
href="https://github.com/assert-rs/assert_cmd/compare/v2.0.11...v2.0.12">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.0.11&new-version=2.0.12)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually 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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@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>
  • Loading branch information
dependabot[bot] committed Jul 17, 2023
1 parent 5dd2084 commit fde77bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ openssl-src = { version = "111", default-features = false, features = ["force-en

[dev-dependencies]
approx = "0.5.1"
assert_cmd = { version = "2.0.11", default-features = false }
assert_cmd = { version = "2.0.12", default-features = false }
azure_core = { git = "https://github.com/Azure/azure-sdk-for-rust.git", rev = "b4544d4920fa3064eb921340054cd9cc130b7664", default-features = false, features = ["enable_reqwest", "azurite_workaround"] }
azure_identity = { git = "https://github.com/Azure/azure-sdk-for-rust.git", rev = "b4544d4920fa3064eb921340054cd9cc130b7664", default-features = false, features = ["enable_reqwest"] }
azure_storage_blobs = { git = "https://github.com/Azure/azure-sdk-for-rust.git", rev = "b4544d4920fa3064eb921340054cd9cc130b7664", default-features = false, features = ["azurite_workaround"] }
Expand Down

0 comments on commit fde77bd

Please sign in to comment.