Skip to content

Commit

Permalink
Merge #91
Browse files Browse the repository at this point in the history
91: chore(deps): bump predicates from 3.0.3 to 3.0.4 r=crepererum a=dependabot[bot]

Bumps [predicates](https://github.com/assert-rs/predicates-rs) from 3.0.3 to 3.0.4.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/assert-rs/predicates-rs/blob/master/CHANGELOG.md">predicates's changelog</a>.</em></p>
<blockquote>
<h2>[3.0.4] - 2023-09-18</h2>
<h3>Compatibility</h3>
<ul>
<li>Update MSRV to 1.69.0</li>
</ul>
<h3>Internal</h3>
<ul>
<li>Update <code>itertools</code> to 0.11</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/assert-rs/predicates-rs/commit/f4cf923c3367390e50dd81efe9e9b9498dea0f11"><code>f4cf923</code></a> chore: Release</li>
<li><a href="https://github.com/assert-rs/predicates-rs/commit/88d20fd1e25a1df2ad1f49ea96815e98f569a4e1"><code>88d20fd</code></a> docs: Update changelog</li>
<li><a href="https://github.com/assert-rs/predicates-rs/commit/2203420d442bf29f761c8d5c77174f71b3a77093"><code>2203420</code></a> Merge pull request <a href="https://redirect.github.com/assert-rs/predicates-rs/issues/152">#152</a> from assert-rs/renovate/itertools-0.x</li>
<li><a href="https://github.com/assert-rs/predicates-rs/commit/37e3a6f0fb7eb783712dabdd6d8e5b2803a7a1c5"><code>37e3a6f</code></a> Merge pull request <a href="https://redirect.github.com/assert-rs/predicates-rs/issues/151">#151</a> from assert-rs/renovate/rust-1.x</li>
<li><a href="https://github.com/assert-rs/predicates-rs/commit/1a2e5d1517a29ce5b52aeaccc83096f719bb18c7"><code>1a2e5d1</code></a> chore(deps): update rust crate itertools to 0.11</li>
<li><a href="https://github.com/assert-rs/predicates-rs/commit/8dab8af70ebff77fcf8c9cddc656a5f325795ead"><code>8dab8af</code></a> chore(deps): update msrv to v1.69.0</li>
<li><a href="https://github.com/assert-rs/predicates-rs/commit/a708201bb6fdb33eb4fd4e34bae905bb035740a5"><code>a708201</code></a> chore: Update from '_rust/main' template</li>
<li><a href="https://github.com/assert-rs/predicates-rs/commit/a6ecf92327e4c75e6545cdd238cc40171337c403"><code>a6ecf92</code></a> chore(renovate): Update config</li>
<li><a href="https://github.com/assert-rs/predicates-rs/commit/efe14d60899ec75c901c88b46174ccd3fc5e14d8"><code>efe14d6</code></a> chore(renovate): Make style consistent</li>
<li><a href="https://github.com/assert-rs/predicates-rs/commit/06f29d294e24bb30c81bcab1c187b8f846c3fa0b"><code>06f29d2</code></a> chore: Adopt '_rust/main' template</li>
<li>Additional commits viewable in <a href="https://github.com/assert-rs/predicates-rs/compare/v3.0.3...v3.0.4">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=predicates&package-manager=cargo&previous-version=3.0.3&new-version=3.0.4)](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` 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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
bors[bot] and dependabot[bot] authored Oct 4, 2023
2 parents 1892b71 + a4e68eb commit e7d9ebc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -18,4 +18,4 @@ tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }

[dev-dependencies]
assert_cmd = "2.0.12"
predicates = { version = "3.0.3", default-features = false }
predicates = { version = "3.0.4", default-features = false }

0 comments on commit e7d9ebc

Please sign in to comment.