From 24e02f3c6921fb0a073e214be2de364be703d7ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Sep 2025 07:13:08 +0000 Subject: [PATCH 1/2] Bump objc2 from 0.6.1 to 0.6.2 Bumps [objc2](https://github.com/madsmtm/objc2) from 0.6.1 to 0.6.2. - [Commits](https://github.com/madsmtm/objc2/compare/objc2-0.6.1...objc2-0.6.2) --- updated-dependencies: - dependency-name: objc2 dependency-version: 0.6.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e9b431f..e0a0aac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -123,9 +123,9 @@ dependencies = [ [[package]] name = "objc2" -version = "0.6.1" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88c6597e14493ab2e44ce58f2fdecf095a51f12ca57bec060a11c57332520551" +checksum = "561f357ba7f3a2a61563a186a163d0a3a5247e1089524a3981d49adb775078bc" dependencies = [ "objc2-encode", ] From 670a42f5f7ae6f26a35ca924ddbcb9f05d3b2c50 Mon Sep 17 00:00:00 2001 From: Bearice Ren Date: Wed, 17 Sep 2025 16:15:27 +0900 Subject: [PATCH 2/2] Update rust.yaml --- .github/workflows/rust.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rust.yaml b/.github/workflows/rust.yaml index 96ed968..7db247a 100644 --- a/.github/workflows/rust.yaml +++ b/.github/workflows/rust.yaml @@ -117,10 +117,11 @@ jobs: dependabot-auto-approve: runs-on: ubuntu-latest needs: [build-windows, build-macos] - if: github.actor == 'dependabot[bot]' && github.event_name == 'pull_request' + if: github.actor == 'dependabot[bot]' && github.event_name == 'pull_request_target' steps: - name: Auto-approve PR uses: hmarr/auto-approve-action@v4 with: github-token: ${{ secrets.GITHUB_TOKEN }} +