Skip to content

Commit

Permalink
ci(deps): bump Swatinem/rust-cache from 2.7.0 to 2.7.1 (#52)
Browse files Browse the repository at this point in the history
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from
2.7.0 to 2.7.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md">Swatinem/rust-cache's
changelog</a>.</em></p>
<blockquote>
<h2>2.7.1</h2>
<ul>
<li>Update toml parser to fix parsing errors.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Swatinem/rust-cache/commit/3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8"><code>3cf7f8c</code></a>
2.7.1</li>
<li><a
href="https://github.com/Swatinem/rust-cache/commit/e03705e0310d26258e217a66d720506bdda81e15"><code>e03705e</code></a>
changelog</li>
<li><a
href="https://github.com/Swatinem/rust-cache/commit/b86d1c6caae0be249b32391fa5442415f7136f26"><code>b86d1c6</code></a>
bump all the other dependencies too</li>
<li><a
href="https://github.com/Swatinem/rust-cache/commit/f27990c89aee0355fa52f81c482c48f82b74770c"><code>f27990c</code></a>
Update Dependencies (<a
href="https://github.com/swatinem/rust-cache/issues/172">#172</a>)</li>
<li>See full diff in <a
href="https://github.com/swatinem/rust-cache/compare/v2.7.0...v2.7.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Swatinem/rust-cache&package-manager=github_actions&previous-version=2.7.0&new-version=2.7.1)](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent ec418dc commit 61f2ddb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{steps.current_msrv.outputs.msrv}}
- uses: Swatinem/rust-cache@v2.7.0
- uses: Swatinem/rust-cache@v2.7.1
- uses: taiki-e/install-action@v2
with:
tool: cargo-hack
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.toolchain }}
- uses: Swatinem/rust-cache@v2.7.0
- uses: Swatinem/rust-cache@v2.7.1
- uses: taiki-e/install-action@v2
with:
tool: cargo-hack
Expand Down

0 comments on commit 61f2ddb

Please sign in to comment.