From 89e0958d29fca43e9554a7782cb171f956af3241 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 04:22:01 +0000 Subject: [PATCH] Bump rust-lang/crates-io-auth-action Bumps the github-actions group with 1 update in the / directory: [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.2 to 1.0.3 - [Release notes](https://github.com/rust-lang/crates-io-auth-action/releases) - [Commits](https://github.com/rust-lang/crates-io-auth-action/compare/041cce5b4b821e6b0ebc9c9c38b58cac4e34dcc2...b7e9a28eded4986ec6b1fa40eeee8f8f165559ec) --- updated-dependencies: - dependency-name: rust-lang/crates-io-auth-action dependency-version: 1.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/release_to_crates_io.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_to_crates_io.yml b/.github/workflows/release_to_crates_io.yml index 6fcad25..e436a6e 100644 --- a/.github/workflows/release_to_crates_io.yml +++ b/.github/workflows/release_to_crates_io.yml @@ -38,7 +38,7 @@ jobs: profile: minimal toolchain: stable - - uses: rust-lang/crates-io-auth-action@041cce5b4b821e6b0ebc9c9c38b58cac4e34dcc2 + - uses: rust-lang/crates-io-auth-action@b7e9a28eded4986ec6b1fa40eeee8f8f165559ec id: auth - uses: actions/checkout@v5