Skip to content

Commit

Permalink
Bump predicates from 3.1.2 to 3.1.3 (#205)
Browse files Browse the repository at this point in the history
Bumps [predicates](https://github.com/assert-rs/predicates-rs) from
3.1.2 to 3.1.3.
<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.1.3] - 2024-12-19</h2>
<h3>Features</h3>
<ul>
<li>The <code>boxed</code> function is now available for predicates with
an <code>Item</code> type that
is not <code>Sized</code>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/assert-rs/predicates-rs/commit/40045bb526b9efd30f12604af2fe0fd95fec4223"><code>40045bb</code></a>
chore: Release</li>
<li><a
href="https://github.com/assert-rs/predicates-rs/commit/3480ad7eb8cb48cd90d7afd1dade2a96a2e25395"><code>3480ad7</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/assert-rs/predicates-rs/commit/6db4ca3a7643a0b63f338c238235b2abbd32a74b"><code>6db4ca3</code></a>
Merge pull request <a
href="https://redirect.github.com/assert-rs/predicates-rs/issues/180">#180</a>
from marienz/master</li>
<li><a
href="https://github.com/assert-rs/predicates-rs/commit/7cd735b9ed1e43168fc9cbeceafa065c8327ce39"><code>7cd735b</code></a>
feat: Implement PredicateBoxExt for <code>?Sized</code></li>
<li><a
href="https://github.com/assert-rs/predicates-rs/commit/5bd6da7299c872abd06e894c5020f71e24dbd3c0"><code>5bd6da7</code></a>
chore(deps): Update Rust Stable to v1.83 (<a
href="https://redirect.github.com/assert-rs/predicates-rs/issues/179">#179</a>)</li>
<li><a
href="https://github.com/assert-rs/predicates-rs/commit/3a0400e2c5ab8c250d1af468b9f6710c2cc5c04d"><code>3a0400e</code></a>
style: Make clippy happy</li>
<li><a
href="https://github.com/assert-rs/predicates-rs/commit/42771977be9439cfba041e7d00183591bfabe98c"><code>4277197</code></a>
chore: Update from _rust template</li>
<li><a
href="https://github.com/assert-rs/predicates-rs/commit/dabd07adf7d13615dd7ae90d8093ab6427850c7f"><code>dabd07a</code></a>
Merge pull request <a
href="https://redirect.github.com/assert-rs/predicates-rs/issues/26">#26</a>
from futreall/main</li>
<li><a
href="https://github.com/assert-rs/predicates-rs/commit/810013723912ca4faf8fbc87fc2ed25b2a531516"><code>8100137</code></a>
Update CONTRIBUTING.md</li>
<li><a
href="https://github.com/assert-rs/predicates-rs/commit/006f98fb3a3e4d4a3054c9fc0ea33906a3e42d44"><code>006f98f</code></a>
chore(ci): Report deprecations in the review</li>
<li>Additional commits viewable in <a
href="https://github.com/assert-rs/predicates-rs/compare/v3.1.2...v3.1.3">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.1.2&new-version=3.1.3)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 2, 2025
1 parent 4b29c28 commit 4e4368f
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 @@ -40,7 +40,7 @@ tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }

[dev-dependencies]
assert_cmd = "=2.0.16"
predicates = "=3.1.2"
predicates = "=3.1.3"
codspeed-criterion-compat = "=2.7.2"
criterion = "=0.5.1"
httpmock = "=0.7.0"
Expand Down

0 comments on commit 4e4368f

Please sign in to comment.