Skip to content

Commit

Permalink
Bump Swatinem/rust-cache from 2.4.0 to 2.5.0 (#499)
Browse files Browse the repository at this point in the history
Bumps [Swatinem/rust-cache](https://github.com/Swatinem/rust-cache) from
2.4.0 to 2.5.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Swatinem/rust-cache/releases">Swatinem/rust-cache's
releases</a>.</em></p>
<blockquote>
<h2>v2.5.0</h2>
<h2>What's Changed</h2>
<ul>
<li>feat: Rm workspace crates version before caching by <a
href="https://github.com/NobodyXu"><code>@​NobodyXu</code></a> in <a
href="https://redirect.github.com/Swatinem/rust-cache/pull/147">Swatinem/rust-cache#147</a></li>
<li>feat: Add hash of <code>.cargo/config.toml</code> to key by <a
href="https://github.com/NobodyXu"><code>@​NobodyXu</code></a> in <a
href="https://redirect.github.com/Swatinem/rust-cache/pull/149">Swatinem/rust-cache#149</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/NobodyXu"><code>@​NobodyXu</code></a>
made their first contribution in <a
href="https://redirect.github.com/Swatinem/rust-cache/pull/147">Swatinem/rust-cache#147</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/Swatinem/rust-cache/compare/v2.4.0...v2.5.0">https://github.com/Swatinem/rust-cache/compare/v2.4.0...v2.5.0</a></p>
</blockquote>
</details>
<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>
<h1>Changelog</h1>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Swatinem/rust-cache/commit/2656b87321093db1cb55fbd73183d195214fdfd1"><code>2656b87</code></a>
2.5.0</li>
<li><a
href="https://github.com/Swatinem/rust-cache/commit/715970feed13a5a0a7503121aa14d1ba5fa45d14"><code>715970f</code></a>
feat: Add hash of <code>.cargo/config.toml</code> to key (<a
href="https://redirect.github.com/Swatinem/rust-cache/issues/149">#149</a>)</li>
<li><a
href="https://github.com/Swatinem/rust-cache/commit/3d4000164d4f0279b6961dedf38e3fc93b589b12"><code>3d40001</code></a>
feat: Rm workspace crates version before caching (<a
href="https://redirect.github.com/Swatinem/rust-cache/issues/147">#147</a>)</li>
<li>See full diff in <a
href="https://github.com/Swatinem/rust-cache/compare/v2.4.0...v2.5.0">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.4.0&new-version=2.5.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 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 Jun 19, 2023
1 parent 7bb834a commit 0f2c985
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{steps.current_msrv.outputs.msrv}}
- uses: Swatinem/rust-cache@v2.4.0
- uses: Swatinem/rust-cache@v2.5.0
- run: cargo ${{ matrix['cargo-cmd'] }}

test:
Expand All @@ -46,7 +46,7 @@ jobs:
sudo systemctl daemon-reload
sudo systemctl restart docker
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2.4.0
- uses: Swatinem/rust-cache@v2.5.0
- run: cargo ${{ matrix['cargo-cmd'] }}

style:
Expand All @@ -62,5 +62,5 @@ jobs:
- uses: dtolnay/rust-toolchain@1.67
with:
components: clippy
- uses: Swatinem/rust-cache@v2.4.0
- uses: Swatinem/rust-cache@v2.5.0
- run: cargo clippy --all-targets -- -D warnings
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
profile: minimal
toolchain: nightly
override: true
- uses: Swatinem/rust-cache@v2.4.0
- uses: Swatinem/rust-cache@v2.5.0
- run: cargo test
nightly-lints:
runs-on: ubuntu-latest
Expand All @@ -24,5 +24,5 @@ jobs:
toolchain: nightly
override: true
components: clippy
- uses: Swatinem/rust-cache@v2.4.0
- uses: Swatinem/rust-cache@v2.5.0
- run: cargo clippy --all-targets -- -D warnings

0 comments on commit 0f2c985

Please sign in to comment.