Skip to content

Commit 3fecc78

Browse files
committed
chore(deps): update all dependencies (patch only)
| datasource | package | from | to | | ----------- | ------------------------------- | ------ | ------- | | github-tags | EmbarkStudios/cargo-deny-action | v2.0.4 | v2.0.11 | | github-tags | Swatinem/rust-cache | v2.7.5 | v2.7.8 |
1 parent 922b67e commit 3fecc78

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- uses: dtolnay/rust-toolchain@master
3535
with:
3636
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
37-
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
37+
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
3838
with:
3939
key: udeps
4040
- uses: stackabletech/cargo-install-action@cargo-udeps
@@ -54,7 +54,7 @@ jobs:
5454

5555
steps:
5656
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
57-
- uses: EmbarkStudios/cargo-deny-action@e2f4ede4a4e60ea15ff31bc0647485d80c66cfba # v2.0.4
57+
- uses: EmbarkStudios/cargo-deny-action@34899fc7ba81ca6268d5947a7a16b4649013fea1 # v2.0.11
5858
with:
5959
command: check ${{ matrix.checks }}
6060

@@ -67,7 +67,7 @@ jobs:
6767
with:
6868
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
6969
components: rustfmt
70-
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
70+
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
7171
with:
7272
key: fmt
7373
- run: cargo fmt --all -- --check

0 commit comments

Comments
 (0)