From a80ba6be80173c497d8d9bc57fa3807c00a0e0ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 13:22:28 +0000 Subject: [PATCH] chore: bump actions-rs/cargo from 1.0.1 to 1.0.3 Bumps [actions-rs/cargo](https://github.com/actions-rs/cargo) from 1.0.1 to 1.0.3. - [Release notes](https://github.com/actions-rs/cargo/releases) - [Changelog](https://github.com/actions-rs/cargo/blob/master/CHANGELOG.md) - [Commits](https://github.com/actions-rs/cargo/compare/v1.0.1...v1.0.3) --- updated-dependencies: - dependency-name: actions-rs/cargo dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/miri.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/miri.yml b/.github/workflows/miri.yml index 0b754862..8d65cdc4 100644 --- a/.github/workflows/miri.yml +++ b/.github/workflows/miri.yml @@ -21,7 +21,7 @@ jobs: toolchain: nightly override: true components: miri - - uses: actions-rs/cargo@v1.0.1 + - uses: actions-rs/cargo@v1.0.3 with: command: miri args: test miri