From 89274c3bafd13981f119c4886d763c94d2bc73d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 05:04:44 +0000 Subject: [PATCH] chore(deps): bump the minor group with 4 updates Bumps the minor group with 4 updates: [actions-rust-lang/setup-rust-toolchain](https://github.com/actions-rust-lang/setup-rust-toolchain), [Swatinem/rust-cache](https://github.com/swatinem/rust-cache), [EmbarkStudios/cargo-deny-action](https://github.com/embarkstudios/cargo-deny-action) and [actions/create-github-app-token](https://github.com/actions/create-github-app-token). Updates `actions-rust-lang/setup-rust-toolchain` from 1.15.2 to 1.16.0 - [Release notes](https://github.com/actions-rust-lang/setup-rust-toolchain/releases) - [Changelog](https://github.com/actions-rust-lang/setup-rust-toolchain/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions-rust-lang/setup-rust-toolchain/compare/v1.15.2...v1.16.0) Updates `Swatinem/rust-cache` from 2.8.1 to 2.9.1 - [Release notes](https://github.com/swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](https://github.com/swatinem/rust-cache/compare/v2.8.1...v2.9.1) Updates `EmbarkStudios/cargo-deny-action` from 2.0.13 to 2.0.17 - [Release notes](https://github.com/embarkstudios/cargo-deny-action/releases) - [Commits](https://github.com/embarkstudios/cargo-deny-action/compare/v2.0.13...v2.0.17) Updates `actions/create-github-app-token` from 3.0.0 to 3.1.1 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](https://github.com/actions/create-github-app-token/compare/v3.0.0...v3.1.1) --- updated-dependencies: - dependency-name: actions-rust-lang/setup-rust-toolchain dependency-version: 1.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: Swatinem/rust-cache dependency-version: 2.9.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: EmbarkStudios/cargo-deny-action dependency-version: 2.0.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: actions/create-github-app-token dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] --- .github/workflows/_auth_core_code.yaml | 6 +++--- .github/workflows/_oidc_bff_code.yaml | 10 +++++----- .github/workflows/_release_please.yaml | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/_auth_core_code.yaml b/.github/workflows/_auth_core_code.yaml index 47910f586..edefc6500 100644 --- a/.github/workflows/_auth_core_code.yaml +++ b/.github/workflows/_auth_core_code.yaml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v6 - name: Install stable toolchain - uses: actions-rust-lang/setup-rust-toolchain@v1.15.4 + uses: actions-rust-lang/setup-rust-toolchain@v1.16.0 with: cache: false components: clippy,rustfmt @@ -39,7 +39,7 @@ jobs: --deny warnings - name: Check Dependencies with Cargo Deny - uses: EmbarkStudios/cargo-deny-action@v2.0.15 + uses: EmbarkStudios/cargo-deny-action@v2.0.17 with: command: check licenses ban manifest-path: backend/Cargo.toml @@ -51,7 +51,7 @@ jobs: uses: actions/checkout@v6 - name: Install stable toolchain - uses: actions-rust-lang/setup-rust-toolchain@v1.15.4 + uses: actions-rust-lang/setup-rust-toolchain@v1.16.0 with: cache: false components: rustfmt diff --git a/.github/workflows/_oidc_bff_code.yaml b/.github/workflows/_oidc_bff_code.yaml index 81af7ec8b..1aa1c2ad0 100644 --- a/.github/workflows/_oidc_bff_code.yaml +++ b/.github/workflows/_oidc_bff_code.yaml @@ -11,13 +11,13 @@ jobs: uses: actions/checkout@v5 - name: Install stable toolchain - uses: actions-rust-lang/setup-rust-toolchain@v1.15.2 + uses: actions-rust-lang/setup-rust-toolchain@v1.16.0 with: cache: false components: clippy,rustfmt - name: Cache Rust Build - uses: Swatinem/rust-cache@v2.8.1 + uses: Swatinem/rust-cache@v2.9.1 with: shared-key: backend/oidc-bff workspaces: backend @@ -39,7 +39,7 @@ jobs: --deny warnings - name: Check Dependencies with Cargo Deny - uses: EmbarkStudios/cargo-deny-action@v2.0.13 + uses: EmbarkStudios/cargo-deny-action@v2.0.17 with: command: check licenses ban manifest-path: backend/Cargo.toml @@ -51,13 +51,13 @@ jobs: uses: actions/checkout@v5 - name: Install stable toolchain - uses: actions-rust-lang/setup-rust-toolchain@v1.15.2 + uses: actions-rust-lang/setup-rust-toolchain@v1.16.0 with: cache: false components: rustfmt - name: Cache Rust Build - uses: Swatinem/rust-cache@v2.8.1 + uses: Swatinem/rust-cache@v2.9.1 with: shared-key: backend/oidc-bff workspaces: backend diff --git a/.github/workflows/_release_please.yaml b/.github/workflows/_release_please.yaml index c6b187fd4..a4e87c541 100644 --- a/.github/workflows/_release_please.yaml +++ b/.github/workflows/_release_please.yaml @@ -12,7 +12,7 @@ jobs: steps: - name: Create GitHub App Token id: app-token - uses: actions/create-github-app-token@v3.0.0 + uses: actions/create-github-app-token@v3.1.1 with: app-id: 1077859 private-key: ${{ secrets.release_please_token }}