From c71ae89a8c9e3fba96da472f486fbca50f333011 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 16:10:58 +0000 Subject: [PATCH] chore(deps): bump rust-lang/crates-io-auth-action Bumps the third-party-actions group with 1 update: [rust-lang/crates-io-auth-action](https://github.com/rust-lang/crates-io-auth-action). Updates `rust-lang/crates-io-auth-action` from 1.0.1 to 1.0.2 - [Release notes](https://github.com/rust-lang/crates-io-auth-action/releases) - [Commits](https://github.com/rust-lang/crates-io-auth-action/compare/e919bc7605cde86df457cf5b93c5e103838bd879...041cce5b4b821e6b0ebc9c9c38b58cac4e34dcc2) --- updated-dependencies: - dependency-name: rust-lang/crates-io-auth-action dependency-version: 1.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: third-party-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/release_rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_rust.yml b/.github/workflows/release_rust.yml index dae6c9596f27..41b439222e86 100644 --- a/.github/workflows/release_rust.yml +++ b/.github/workflows/release_rust.yml @@ -75,7 +75,7 @@ jobs: env: LD_LIBRARY_PATH: ${{ env.JAVA_HOME }}/lib/server:${{ env.LD_LIBRARY_PATH }} - - uses: rust-lang/crates-io-auth-action@e919bc7605cde86df457cf5b93c5e103838bd879 + - uses: rust-lang/crates-io-auth-action@041cce5b4b821e6b0ebc9c9c38b58cac4e34dcc2 id: auth - name: Publish ${{ matrix.package }} working-directory: ${{ matrix.package }}