Skip to content

Commit

Permalink
Bump predicates from 3.0.4 to 3.1.0 (#80)
Browse files Browse the repository at this point in the history
Bumps [predicates](https://github.com/assert-rs/predicates-rs) from
3.0.4 to 3.1.0.
<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.0] - 2024-01-15</h2>
<h3>Compatibility</h3>
<ul>
<li>Update MSRV to 1.70.0</li>
</ul>
<h3>Internals</h3>
<ul>
<li>Remove <code>itertools</code></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/assert-rs/predicates-rs/commit/d16d9cb4af2202ea8eafde1f2cb5f281729a4d85"><code>d16d9cb</code></a>
chore: Release</li>
<li><a
href="https://github.com/assert-rs/predicates-rs/commit/47812df08855bb0cd92458c97eb84afe9d10af06"><code>47812df</code></a>
docs: Update changelog</li>
<li><a
href="https://github.com/assert-rs/predicates-rs/commit/35c039f458b27118a789bbe160b02644b3eec108"><code>35c039f</code></a>
Merge pull request <a
href="https://redirect.github.com/assert-rs/predicates-rs/issues/162">#162</a>
from fornwall/remote-itertools</li>
<li><a
href="https://github.com/assert-rs/predicates-rs/commit/bb84ae075e6cf027e9a70f0ed82703c58882b79d"><code>bb84ae0</code></a>
chore(deps): Remove dependency on <code>itertools</code></li>
<li><a
href="https://github.com/assert-rs/predicates-rs/commit/8e4bfade443f651690ef75cde4a905dceb7387e2"><code>8e4bfad</code></a>
Merge pull request <a
href="https://redirect.github.com/assert-rs/predicates-rs/issues/161">#161</a>
from assert-rs/renovate/github-codeql-action-3.x</li>
<li><a
href="https://github.com/assert-rs/predicates-rs/commit/0cbbb793a26776ef573315bda47ee00c6003246b"><code>0cbbb79</code></a>
Merge pull request <a
href="https://redirect.github.com/assert-rs/predicates-rs/issues/160">#160</a>
from assert-rs/renovate/actions-setup-python-5.x</li>
<li><a
href="https://github.com/assert-rs/predicates-rs/commit/e2e12a7a5423da5d4d95635a760807a21950d8ca"><code>e2e12a7</code></a>
chore(deps): update github/codeql-action action to v3</li>
<li><a
href="https://github.com/assert-rs/predicates-rs/commit/bd54fd13fc20d18ac09c73c1fde70050ae5391f3"><code>bd54fd1</code></a>
chore(deps): update actions/setup-python action to v5</li>
<li><a
href="https://github.com/assert-rs/predicates-rs/commit/652fd860c4a603ed1d0ab792f900672b2ad58d97"><code>652fd86</code></a>
chore: Update from '_rust/main'</li>
<li><a
href="https://github.com/assert-rs/predicates-rs/commit/8c836eaa9d9279df467991a3b8463d748b515a0a"><code>8c836ea</code></a>
Merge pull request <a
href="https://redirect.github.com/assert-rs/predicates-rs/issues/10">#10</a>
from epage/renovate/migrate-config</li>
<li>Additional commits viewable in <a
href="https://github.com/assert-rs/predicates-rs/compare/v3.0.4...v3.1.0">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.4&new-version=3.1.0)](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 Apr 21, 2024
1 parent 454b8d4 commit 4d256ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
16 changes: 3 additions & 13 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 @@ -25,7 +25,7 @@ env_logger = "0.10"

[dev-dependencies]
assert_cmd = "2.0"
predicates = "3.0"
predicates = "3.1"

[[bin]]
name = "template"

0 comments on commit 4d256ea

Please sign in to comment.