From 0836e0c098df46cd4330eced6ac9e46146b5af33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 07:10:01 +0000 Subject: [PATCH] build(deps): bump actions-rust-lang/rustfmt from 1.1.0 to 1.1.1 Bumps [actions-rust-lang/rustfmt](https://github.com/actions-rust-lang/rustfmt) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/actions-rust-lang/rustfmt/releases) - [Changelog](https://github.com/actions-rust-lang/rustfmt/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions-rust-lang/rustfmt/compare/v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: actions-rust-lang/rustfmt dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/lints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lints.yaml b/.github/workflows/lints.yaml index 7e0f664..3d14a9a 100644 --- a/.github/workflows/lints.yaml +++ b/.github/workflows/lints.yaml @@ -25,7 +25,7 @@ jobs: toolchain: nightly components: rustfmt - name: Rustfmt Check - uses: actions-rust-lang/rustfmt@v1.1.0 + uses: actions-rust-lang/rustfmt@v1.1.1 clippy: name: Clippy