From 5e83130c0ed94a494618099cec2aca6d93fb46c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 23:03:06 +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 19a8e49..42f9255 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 # undefined + - uses: actions-rs/cargo@844f36862e911db73fe0815f00a4a2602c279505 # undefined with: command: build args: --release --all-features --manifest-path ./Cargo.toml