From f2561ec470647d6a14db84d3c1dc6fc1c2414386 Mon Sep 17 00:00:00 2001 From: Alberto Schiabel Date: Mon, 2 Sep 2024 12:42:54 +0200 Subject: [PATCH] Revert "chore(deps): bump openssl from 0.10.60 to 0.10.66" (#4995) * Revert "chore(deps): bump openssl from 0.10.60 to 0.10.66 (#4965)" This reverts commit ae18f9165678fc6c7b7b107340ca0435be434765. * chore(ci): stop showing commit message to avoid bad substitutions like https://github.com/prisma/prisma-engines/actions/runs/10664988277/job/29557431036\?pr\=4995\#step:4:13 --- .github/workflows/build-engines.yml | 2 +- Cargo.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build-engines.yml b/.github/workflows/build-engines.yml index 6e931fedd224..9ca6940c8c54 100644 --- a/.github/workflows/build-engines.yml +++ b/.github/workflows/build-engines.yml @@ -53,7 +53,7 @@ jobs: echo "Repository Owner: $${{ github.repository_owner }}" echo "Pull Request Author: ${{ github.actor }}" echo "Pull Request Author Association: ${{ github.event.pull_request.author_association }}" - echo "Commit message:${{ steps.commit-msg.outputs.commit-msg }}" + # echo "Commit message:${{ steps.commit-msg.outputs.commit-msg }}" echo "Commit message contains [integration]: ${{ contains(steps.commit-msg.outputs.commit-msg, '[integration]') }}" - name: 'Check if commit message conatains `[integration]` and the PR author has permissions to trigger the workflow' diff --git a/Cargo.lock b/Cargo.lock index 626842538144..14a95793bddb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3067,9 +3067,9 @@ checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" [[package]] name = "openssl" -version = "0.10.66" +version = "0.10.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1" +checksum = "79a4c6c3a2b158f7f8f2a2fc5a969fa3a068df6fc9dbb4a43845436e3af7c800" dependencies = [ "bitflags 2.4.0", "cfg-if", @@ -3099,18 +3099,18 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" [[package]] name = "openssl-src" -version = "300.3.1+3.3.1" +version = "300.1.6+3.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7259953d42a81bf137fbbd73bd30a8e1914d6dce43c2b90ed575783a22608b91" +checksum = "439fac53e092cd7442a3660c85dde4643ab3b5bd39040912388dcdabf6b88085" dependencies = [ "cc", ] [[package]] name = "openssl-sys" -version = "0.9.103" +version = "0.9.96" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6" +checksum = "3812c071ba60da8b5677cc12bcb1d42989a65553772897a7e0355545a819838f" dependencies = [ "cc", "libc",