From 4228d4a44268c59efe251f2363762727f7158cd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 15:15:33 +0000 Subject: [PATCH] chore(deps): bump rust-lang/crates-io-auth-action Bumps the minor-and-patch 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.4 to 1.0.5 - [Release notes](https://github.com/rust-lang/crates-io-auth-action/releases) - [Commits](https://github.com/rust-lang/crates-io-auth-action/compare/v1.0.4...v1.0.5) --- updated-dependencies: - dependency-name: rust-lang/crates-io-auth-action dependency-version: 1.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5bcad32..2bcd1ab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: sed -i 's/^version = ".*"/version = "'"$VERSION"'"/' Cargo.toml sed -i 's/\(multistore[a-z-]* = {.*version = "\)[^"]*/\1'"$VERSION"'/' Cargo.toml - - uses: rust-lang/crates-io-auth-action@v1.0.4 + - uses: rust-lang/crates-io-auth-action@v1.0.5 id: auth - name: Publish crates