Skip to content

Commit

Permalink
Merge #1787: build(deps): bump Swatinem/rust-cache from 2.7.5 to 2.7.7
Browse files Browse the repository at this point in the history
ab1e9a8 build(deps): bump Swatinem/rust-cache from 2.7.5 to 2.7.7 (dependabot[bot])

Pull request description:

  Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.7.5 to 2.7.7.
  <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.7</h2>
  <p><strong>Full Changelog</strong>: <a href="https://github.com/Swatinem/rust-cache/compare/v2.7.6...v2.7.7">https://github.com/Swatinem/rust-cache/compare/v2.7.6...v2.7.7</a></p>
  <h2>v2.7.6</h2>
  <h2>What's Changed</h2>
  <ul>
  <li>Updated artifact upload action to v4 by <a href="https://github.com/guylamar2006"><code>@guylamar2006</code></a> in <a href="https://github.com/Swatinem/rust-cache/pull/212">Swatinem/rust-cache#212</a></li>
  <li>Adds an option to do lookup-only of the cache by <a href="https://github.com/danlec"><code>@danlec</code></a> in <a href="https://github.com/Swatinem/rust-cache/pull/217">Swatinem/rust-cache#217</a></li>
  <li>add runner OS in cache key by <a href="https://github.com/rnbguy"><code>@rnbguy</code></a> in <a href="https://github.com/Swatinem/rust-cache/pull/220">Swatinem/rust-cache#220</a></li>
  <li>Allow opting out of caching $CARGO_HOME/bin. by <a href="https://github.com/benjyw"><code>@benjyw</code></a> in <a href="https://github.com/Swatinem/rust-cache/pull/216">Swatinem/rust-cache#216</a></li>
  </ul>
  <h2>New Contributors</h2>
  <ul>
  <li><a href="https://github.com/guylamar2006"><code>@guylamar2006</code></a> made their first contribution in <a href="https://github.com/Swatinem/rust-cache/pull/212">Swatinem/rust-cache#212</a></li>
  <li><a href="https://github.com/danlec"><code>@danlec</code></a> made their first contribution in <a href="https://github.com/Swatinem/rust-cache/pull/217">Swatinem/rust-cache#217</a></li>
  <li><a href="https://github.com/rnbguy"><code>@rnbguy</code></a> made their first contribution in <a href="https://github.com/Swatinem/rust-cache/pull/220">Swatinem/rust-cache#220</a></li>
  <li><a href="https://github.com/benjyw"><code>@benjyw</code></a> made their first contribution in <a href="https://github.com/Swatinem/rust-cache/pull/216">Swatinem/rust-cache#216</a></li>
  </ul>
  <p><strong>Full Changelog</strong>: <a href="https://github.com/Swatinem/rust-cache/compare/v2.7.5...v2.7.6">https://github.com/Swatinem/rust-cache/compare/v2.7.5...v2.7.6</a></p>
  </blockquote>
  </details>
  <details>
  <summary>Commits</summary>
  <ul>
  <li><a href="https://github.com/Swatinem/rust-cache/commit/f0deed1e0edfc6a9be95417288c0e1099b1eeec3"><code>f0deed1</code></a> 2.7.7</li>
  <li><a href="https://github.com/Swatinem/rust-cache/commit/008623fb834cadde1d7ccee1a26dc84acb660ec3"><code>008623f</code></a> also cache <code>cargo install</code> metadata</li>
  <li><a href="https://github.com/Swatinem/rust-cache/commit/720f7e45ccee46c12a7b1d7bed2ab733be9be5a1"><code>720f7e4</code></a> 2.7.6</li>
  <li><a href="https://github.com/Swatinem/rust-cache/commit/4b1f006ad2112a11d66969e219444096a98af937"><code>4b1f006</code></a> update dependencies, in particular <code>@actions/cache</code></li>
  <li><a href="https://github.com/Swatinem/rust-cache/commit/e8e63cdbf2788df3801e6f9a81516b2ca8391886"><code>e8e63cd</code></a> Allow opting out of caching $CARGO_HOME/bin. (<a href="https://github.com/swatinem/rust-cache/issues/216">#216</a>)</li>
  <li><a href="https://github.com/Swatinem/rust-cache/commit/9a2e0d32122f6883cb48fad7a1ac5c49f25b7661"><code>9a2e0d3</code></a> add runner OS in cache key (<a href="https://github.com/swatinem/rust-cache/issues/220">#220</a>)</li>
  <li><a href="https://github.com/Swatinem/rust-cache/commit/c00f3025caeee0e9c78c18c43de11ab15fd3b486"><code>c00f302</code></a> Adds an option to do lookup-only of the cache (<a href="https://github.com/swatinem/rust-cache/issues/217">#217</a>)</li>
  <li><a href="https://github.com/Swatinem/rust-cache/commit/68b3cb7503c78e67dae8373749990a220eb65352"><code>68b3cb7</code></a> Updated artifact upload action to v4 (<a href="https://github.com/swatinem/rust-cache/issues/212">#212</a>)</li>
  <li>See full diff in <a href="https://github.com/swatinem/rust-cache/compare/v2.7.5...v2.7.7">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.5&new-version=2.7.7)](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>

Top commit has no ACKs.

Tree-SHA512: 666517d0db31bc599bfeead7f3e4bef8f14b5b2aeff5037fd5e5c98f7088afe94e4b653def115bc2a8cebcb8b3a0aeb579a7b2e434279def792a89024b6959c6
  • Loading branch information
notmandatory committed Jan 25, 2025
2 parents 6ac38c3 + ab1e9a8 commit 9d7211d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
profile: minimal
components: llvm-tools-preview
- name: Rust Cache
uses: Swatinem/[email protected].5
uses: Swatinem/[email protected].7
- name: Install grcov
run: if [[ ! -e ~/.cargo/bin/grcov ]]; then cargo install grcov; fi
- name: Test
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/cont_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
override: true
profile: minimal
- name: Rust Cache
uses: Swatinem/[email protected].5
uses: Swatinem/[email protected].7
- name: Pin dependencies for 1.75
if: matrix.rust.version == '1.75.0'
run: |
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
profile: minimal
# target: "thumbv6m-none-eabi"
- name: Rust Cache
uses: Swatinem/[email protected].5
uses: Swatinem/[email protected].7
- name: Check bdk_chain
working-directory: ./crates/chain
# TODO "--target thumbv6m-none-eabi" should work but currently does not
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
profile: minimal
target: "wasm32-unknown-unknown"
- name: Rust Cache
uses: Swatinem/[email protected].5
uses: Swatinem/[email protected].7
- name: Check bdk wallet
working-directory: ./crates/wallet
run: cargo check --target wasm32-unknown-unknown --no-default-features --features miniscript/no-std,bdk_chain/hashbrown
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
components: clippy
override: true
- name: Rust Cache
uses: Swatinem/[email protected].5
uses: Swatinem/[email protected].7
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
override: true
profile: minimal
- name: Rust Cache
uses: Swatinem/[email protected].5
uses: Swatinem/[email protected].7
- name: Build
working-directory: example-crates/${{ matrix.example-dir }}
run: cargo build
2 changes: 1 addition & 1 deletion .github/workflows/nightly_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Update toolchain
run: rustup update
- name: Rust Cache
uses: Swatinem/[email protected].5
uses: Swatinem/[email protected].7
- name: Build docs
run: cargo doc --no-deps
env:
Expand Down

0 comments on commit 9d7211d

Please sign in to comment.