From 12a589896a92ee4a41a2759fcfcaf7a7c1bf5e51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 11:22:54 +0000 Subject: [PATCH] Bump actions-rs/cargo Bumps [actions-rs/cargo](https://github.com/actions-rs/cargo) from 4ff6ec2846f6e7217c1a9b0b503506665f134c4b to 844f36862e911db73fe0815f00a4a2602c279505. - [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/4ff6ec2846f6e7217c1a9b0b503506665f134c4b...844f36862e911db73fe0815f00a4a2602c279505) --- updated-dependencies: - dependency-name: actions-rs/cargo dependency-version: 844f36862e911db73fe0815f00a4a2602c279505 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/Rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Rust.yml b/.github/workflows/Rust.yml index 0e5127b..3eceef8 100644 --- a/.github/workflows/Rust.yml +++ b/.github/workflows/Rust.yml @@ -74,7 +74,7 @@ jobs: target/ Target/ key: ${{ runner.os }}-cargo-${{ hashFiles('./Cargo.toml') }} - - uses: actions-rs/cargo@4ff6ec2846f6e7217c1a9b0b503506665f134c4b # v1.0.3 + - uses: actions-rs/cargo@844f36862e911db73fe0815f00a4a2602c279505 # v1.0.3 with: command: build args: --release --all-features --manifest-path ./Cargo.toml