From 31758648626437778af655fb6554f9e1a23d9954 Mon Sep 17 00:00:00 2001 From: "pyca-boringbot[bot]" Date: Tue, 24 Oct 2023 00:07:57 +0000 Subject: [PATCH] Bump BoringSSL and/or OpenSSL in CI --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index baff52c5ff16..9c77d6bef823 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,8 +44,8 @@ jobs: - {VERSION: "3.12", NOXSESSION: "tests-randomorder"} # Latest commit on the BoringSSL master branch, as of Oct 21, 2023. - {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "boringssl", VERSION: "bfa8369795b7533a222a72b7a1bc928941cd66bf"}} - # Latest commit on the OpenSSL master branch, as of Oct 21, 2023. - - {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "b6eb95fa4439ea6254a5330487dabb2a499fb6c8"}} + # Latest commit on the OpenSSL master branch, as of Oct 24, 2023. + - {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "fac61ea4618c83826b51aebf03cbc2bc3ac7b8c8"}} # Builds with various Rust versions. Includes MSRV and next # potential future MSRV: # 1.64 - maturin