From 892df7c4c2b1fb9817193899e861b135b5ebc7c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Jun 2021 11:05:20 +0000 Subject: [PATCH] Bump dprint/check from 1.4 to 1.5 Bumps [dprint/check](https://github.com/dprint/check) from 1.4 to 1.5. - [Release notes](https://github.com/dprint/check/releases) - [Commits](https://github.com/dprint/check/compare/v1.4...v1.5) --- updated-dependencies: - dependency-name: dprint/check dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e936fca..0ea8b7c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - uses: Swatinem/rust-cache@v1.3.0 - name: Check formatting - uses: dprint/check@v1.4 + uses: dprint/check@v1.5 - name: Run clippy with default features run: cargo clippy --workspace --all-targets -- -D warnings