From 1459b914d190b064b88c3e9b297be848380d76be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 06:05:47 +0000 Subject: [PATCH] Bump actions-rust-lang/rustfmt from 1.1.1 to 1.1.2 Bumps [actions-rust-lang/rustfmt](https://github.com/actions-rust-lang/rustfmt) from 1.1.1 to 1.1.2. - [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/559aa3035a47390ba96088dffa783b5d26da9326...4066006ec54a31931b9b1fddfd38f2fdf2d27143) --- updated-dependencies: - dependency-name: actions-rust-lang/rustfmt dependency-version: 1.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 f8e6874..54257fb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: with: components: rustfmt - name: Rustfmt Check - uses: actions-rust-lang/rustfmt@559aa3035a47390ba96088dffa783b5d26da9326 # ratchet:actions-rust-lang/rustfmt@v1 + uses: actions-rust-lang/rustfmt@4066006ec54a31931b9b1fddfd38f2fdf2d27143 # ratchet:actions-rust-lang/rustfmt@v1 clippy: name: clippy