Skip to content

Commit

Permalink
Bump Swatinem/rust-cache from 2.7.1 to 2.7.2 (#37)
Browse files Browse the repository at this point in the history
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.7.1 to 2.7.2.
- [Release notes](https://github.com/swatinem/rust-cache/releases)
- [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md)
- [Commits](Swatinem/rust-cache@3cf7f8c...a226033)

---
updated-dependencies:
- dependency-name: Swatinem/rust-cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Jan 11, 2024
1 parent 886be0e commit e6e641e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
override: true

- name: Rust Cache
uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1
uses: Swatinem/rust-cache@a22603398250b864f7190077025cf752307154dc # v2.7.2

- uses: actions-rs/cargo@v1
with:
Expand All @@ -38,7 +38,7 @@ jobs:
override: true

- name: Rust Cache
uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1
uses: Swatinem/rust-cache@a22603398250b864f7190077025cf752307154dc # v2.7.2

- uses: actions-rs/cargo@v1
env:
Expand All @@ -64,7 +64,7 @@ jobs:
override: true

- name: Rust Cache
uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1
uses: Swatinem/rust-cache@a22603398250b864f7190077025cf752307154dc # v2.7.2

- name: Test with default features
uses: actions-rs/cargo@v1
Expand All @@ -84,7 +84,7 @@ jobs:
override: true

- name: Rust Cache
uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1
uses: Swatinem/rust-cache@a22603398250b864f7190077025cf752307154dc # v2.7.2

- name: Test with avx feature
uses: actions-rs/cargo@v1
Expand All @@ -106,7 +106,7 @@ jobs:
override: true

- name: Rust Cache
uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1
uses: Swatinem/rust-cache@a22603398250b864f7190077025cf752307154dc # v2.7.2

- uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit e6e641e

Please sign in to comment.