Skip to content

Commit c8c0d5f

Browse files
chore(deps)(deps): bump Swatinem/rust-cache
Bumps the all-dependencies group with 1 update: [Swatinem/rust-cache](https://github.com/swatinem/rust-cache). Updates `Swatinem/rust-cache` from 2.8.0 to 2.8.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@98c8021...779680d) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-version: 2.8.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent df608c6 commit c8c0d5f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: dtolnay/rust-toolchain@22a6a5b0f9f487c5f5587025ae9d4a1caf2a8a78 # v1
2828
with:
2929
toolchain: stable
30-
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2
30+
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2
3131
with:
3232
cache-on-failure: true
3333
- name: Check
@@ -67,7 +67,7 @@ jobs:
6767
with:
6868
toolchain: stable
6969
components: clippy
70-
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2
70+
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2
7171
with:
7272
cache-on-failure: true
7373
- run: cargo clippy --workspace --lib --examples --tests --benches --all-features --all-targets --locked -- -D warnings
@@ -87,7 +87,7 @@ jobs:
8787
uses: dtolnay/rust-toolchain@22a6a5b0f9f487c5f5587025ae9d4a1caf2a8a78 # v1
8888
with:
8989
toolchain: stable
90-
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2
90+
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2
9191
with:
9292
cache-on-failure: true
9393
- name: cargo doc
@@ -111,7 +111,7 @@ jobs:
111111
uses: dtolnay/rust-toolchain@22a6a5b0f9f487c5f5587025ae9d4a1caf2a8a78 # v1
112112
with:
113113
toolchain: ${{ matrix.rust }}
114-
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2
114+
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2
115115
with:
116116
cache-on-failure: true
117117
- name: Run tests

0 commit comments

Comments
 (0)