diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 906643f163..0ca82fb073 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -108,9 +108,9 @@ jobs: - name: Download x86_64 OpenSSL if: matrix.arch == 'x86_64' && steps.cache-openssl-x86.outputs.cache-hit != 'true' run: | - arch -x86_64 brew fetch --bottle-tag=tahoe openssl@3 + arch -x86_64 brew fetch --bottle-tag=tahoe openssl@3.5 mkdir -p $X86_64_APPLE_DARWIN_OPENSSL_DIR - tar xzf $(arch -x86_64 brew --cache --bottle-tag=tahoe openssl@3) -C $X86_64_APPLE_DARWIN_OPENSSL_DIR --strip-components=2 + tar xzf $(arch -x86_64 brew --cache --bottle-tag=tahoe openssl@3.5) -C $X86_64_APPLE_DARWIN_OPENSSL_DIR --strip-components=2 - name: Cache Dependencies uses: swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # 2.9.1 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 04b35be351..c4e27387cf 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -77,9 +77,9 @@ jobs: - name: Download x86_64 OpenSSL if: matrix.target == 'x86_64-apple-darwin' && steps.cache-openssl-x86.outputs.cache-hit != 'true' run: | - arch -x86_64 brew fetch --bottle-tag=tahoe openssl@3 + arch -x86_64 brew fetch --bottle-tag=tahoe openssl@3.5 mkdir -p $X86_64_APPLE_DARWIN_OPENSSL_DIR - tar xzf $(arch -x86_64 brew --cache --bottle-tag=tahoe openssl@3) -C $X86_64_APPLE_DARWIN_OPENSSL_DIR --strip-components=2 + tar xzf $(arch -x86_64 brew --cache --bottle-tag=tahoe openssl@3.5) -C $X86_64_APPLE_DARWIN_OPENSSL_DIR --strip-components=2 - name: Cache Dependencies uses: swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # 2.9.1 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e0e41e459a..bff744a7ac 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -76,9 +76,9 @@ jobs: - name: Download x86_64 OpenSSL if: matrix.target == 'x86_64-apple-darwin' && steps.cache-openssl-x86.outputs.cache-hit != 'true' run: | - arch -x86_64 brew fetch --bottle-tag=tahoe openssl@3 + arch -x86_64 brew fetch --bottle-tag=tahoe openssl@3.5 mkdir -p $X86_64_APPLE_DARWIN_OPENSSL_DIR - tar xzf $(arch -x86_64 brew --cache --bottle-tag=tahoe openssl@3) -C $X86_64_APPLE_DARWIN_OPENSSL_DIR --strip-components=2 + tar xzf $(arch -x86_64 brew --cache --bottle-tag=tahoe openssl@3.5) -C $X86_64_APPLE_DARWIN_OPENSSL_DIR --strip-components=2 - name: Cache Dependencies uses: swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # 2.9.1 diff --git a/package-lock.json b/package-lock.json index cc64673018..8ee83525aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1020,27 +1020,35 @@ } }, "@sentry/cli-darwin": { + "version": "3.7.0", "optional": true }, "@sentry/cli-linux-arm": { + "version": "3.7.0", "optional": true }, "@sentry/cli-linux-arm64": { + "version": "3.7.0", "optional": true }, "@sentry/cli-linux-i686": { + "version": "3.7.0", "optional": true }, "@sentry/cli-linux-x64": { + "version": "3.7.0", "optional": true }, "@sentry/cli-win32-arm64": { + "version": "3.7.0", "optional": true }, "@sentry/cli-win32-i686": { + "version": "3.7.0", "optional": true }, "@sentry/cli-win32-x64": { + "version": "3.7.0", "optional": true }, "@sinclair/typebox": {