Skip to content

Commit

Permalink
Bump Swatinem/rust-cache from 2.5.0 to 2.7.0 (#522)
Browse files Browse the repository at this point in the history
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from
2.5.0 to 2.7.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.7.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix save-if documentation in readme by <a
href="https://github.com/rukai"><code>@​rukai</code></a> in <a
href="https://redirect.github.com/Swatinem/rust-cache/pull/166">Swatinem/rust-cache#166</a></li>
<li>Support for <code>trybuild</code> and similar macro testing tools by
<a href="https://github.com/neysofu"><code>@​neysofu</code></a> in <a
href="https://redirect.github.com/Swatinem/rust-cache/pull/168">Swatinem/rust-cache#168</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/rukai"><code>@​rukai</code></a> made
their first contribution in <a
href="https://redirect.github.com/Swatinem/rust-cache/pull/166">Swatinem/rust-cache#166</a></li>
<li><a href="https://github.com/neysofu"><code>@​neysofu</code></a> made
their first contribution in <a
href="https://redirect.github.com/Swatinem/rust-cache/pull/168">Swatinem/rust-cache#168</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/Swatinem/rust-cache/compare/v2.6.2...v2.7.0">https://github.com/Swatinem/rust-cache/compare/v2.6.2...v2.7.0</a></p>
<h2>v2.6.2</h2>
<h2>What's Changed</h2>
<ul>
<li>dep: Use <code>smol-toml</code> instead of <code>toml</code> by <a
href="https://github.com/NobodyXu"><code>@​NobodyXu</code></a> in <a
href="https://redirect.github.com/Swatinem/rust-cache/pull/164">Swatinem/rust-cache#164</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/Swatinem/rust-cache/compare/v2...v2.6.2">https://github.com/Swatinem/rust-cache/compare/v2...v2.6.2</a></p>
<h2>v2.6.1</h2>
<ul>
<li>Fix hash contributions of
<code>Cargo.lock</code>/<code>Cargo.toml</code> files.</li>
</ul>
<h2>v2.6.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Add &quot;buildjet&quot; as a second <code>cache-provider</code>
backend <a
href="https://github.com/joroshiba"><code>@​joroshiba</code></a> in <a
href="https://redirect.github.com/Swatinem/rust-cache/pull/154">Swatinem/rust-cache#154</a></li>
<li>Clean up sparse registry index.</li>
<li>Do not clean up src of <code>-sys</code> crates.</li>
<li>Remove <code>.cargo/credentials.toml</code> before saving.</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/joroshiba"><code>@​joroshiba</code></a>
made their first contribution in <a
href="https://redirect.github.com/Swatinem/rust-cache/pull/154">Swatinem/rust-cache#154</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/Swatinem/rust-cache/compare/v2.5.1...v2.6.0">https://github.com/Swatinem/rust-cache/compare/v2.5.1...v2.6.0</a></p>
<h2>v2.5.1</h2>
<ul>
<li>Fix hash contribution of <code>Cargo.lock</code>.</li>
</ul>
</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>
<h2>2.7.0</h2>
<ul>
<li>Properly cache <code>trybuild</code> tests.</li>
</ul>
<h2>2.6.2</h2>
<ul>
<li>Fix <code>toml</code> parsing.</li>
</ul>
<h2>2.6.1</h2>
<ul>
<li>Fix hash contributions of
<code>Cargo.lock</code>/<code>Cargo.toml</code> files.</li>
</ul>
<h2>2.6.0</h2>
<ul>
<li>Add &quot;buildjet&quot; as a second <code>cache-provider</code>
backend.</li>
<li>Clean up sparse registry index.</li>
<li>Do not clean up src of <code>-sys</code> crates.</li>
<li>Remove <code>.cargo/credentials.toml</code> before saving.</li>
</ul>
<h2>2.5.1</h2>
<ul>
<li>Fix hash contribution of <code>Cargo.lock</code>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Swatinem/rust-cache/commit/a95ba195448af2da9b00fb742d14ffaaf3c21f43"><code>a95ba19</code></a>
2.7.0</li>
<li><a
href="https://github.com/Swatinem/rust-cache/commit/82c8487d007b68015ad47c5dc623c24fc8a2475c"><code>82c8487</code></a>
changelog</li>
<li><a
href="https://github.com/Swatinem/rust-cache/commit/67c46e7159c1cda89e8862165c2c30e6e8e222d1"><code>67c46e7</code></a>
Support for <code>trybuild</code> and similar macro testing tools (<a
href="https://redirect.github.com/swatinem/rust-cache/issues/168">#168</a>)</li>
<li><a
href="https://github.com/Swatinem/rust-cache/commit/44b60872836a3f1d4d9abcebaf6e5c4964a5a2ab"><code>44b6087</code></a>
Fix save-if documentation in readme (<a
href="https://redirect.github.com/swatinem/rust-cache/issues/166">#166</a>)</li>
<li><a
href="https://github.com/Swatinem/rust-cache/commit/e207df5d269b42b69c8bc5101da26f7d31feddb4"><code>e207df5</code></a>
2.6.2</li>
<li><a
href="https://github.com/Swatinem/rust-cache/commit/decb69d79089a7969704bc995e1f13862e27387d"><code>decb69d</code></a>
Update dependencies and add changelog</li>
<li><a
href="https://github.com/Swatinem/rust-cache/commit/ab6b2769d1fafa9a8539fe22af55d8fd5ce69ed0"><code>ab6b276</code></a>
dep: Use <code>smol-toml</code> instead of <code>toml</code> (<a
href="https://redirect.github.com/swatinem/rust-cache/issues/164">#164</a>)</li>
<li><a
href="https://github.com/Swatinem/rust-cache/commit/578b235f6e5f613f7727f1c17bd3305b4d4d4e1f"><code>578b235</code></a>
2.6.1</li>
<li><a
href="https://github.com/Swatinem/rust-cache/commit/5113490c3f11f38e8c35c0160fad86b3ea51ebc6"><code>5113490</code></a>
prepare 2.6.1</li>
<li><a
href="https://github.com/Swatinem/rust-cache/commit/c0e052c18c9b4a329d1bf4b7bc6d1ce0eba7bbee"><code>c0e052c</code></a>
Fix hashing of parsed <code>Cargo.toml</code> (<a
href="https://redirect.github.com/swatinem/rust-cache/issues/160">#160</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/swatinem/rust-cache/compare/v2.5.0...v2.7.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.5.0&new-version=2.7.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
  • Loading branch information
dependabot[bot] and thomaseizinger authored Sep 26, 2023
1 parent 407d924 commit 7bfc90b
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.5.0
- uses: Swatinem/rust-cache@v2.7.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.5.0
- uses: Swatinem/rust-cache@v2.7.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.5.0
- uses: Swatinem/rust-cache@v2.7.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.5.0
- uses: Swatinem/rust-cache@v2.7.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.5.0
- uses: Swatinem/rust-cache@v2.7.0
- run: cargo clippy --all-targets -- -D warnings

0 comments on commit 7bfc90b

Please sign in to comment.