From 16e4e7b7c080e9cbf53e3fe6bba70e51d2a0f184 Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Sun, 20 Oct 2024 10:31:40 -0300 Subject: [PATCH] chore(ci): downgrade openssl --- .github/workflows/covector-version-or-publish-v1.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/covector-version-or-publish-v1.yml b/.github/workflows/covector-version-or-publish-v1.yml index 2d5dfaf35..fd49b3539 100644 --- a/.github/workflows/covector-version-or-publish-v1.yml +++ b/.github/workflows/covector-version-or-publish-v1.yml @@ -133,6 +133,7 @@ jobs: cargo update -p xml-rs --precise 0.8.20 cargo update -p mac-notification-sys --precise 0.6.1 cargo update -p security-framework-sys --precise 2.11.1 + cargo update -p openssl --precise 0.10.66 - name: Downgrade crates with MSRV conflict (bundler) # This is for the bundler but since cli depends on the bundler we enable it for the cli too