From 9328745ea15b56457ffa60dc3749af903360d1ca Mon Sep 17 00:00:00 2001 From: "pyca-boringbot[bot]" <106132319+pyca-boringbot[bot]@users.noreply.github.com> Date: Sat, 4 Nov 2023 21:25:50 -0400 Subject: [PATCH] Bump BoringSSL and/or OpenSSL in CI (#9830) Co-authored-by: pyca-boringbot[bot] --- .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 01f8c46634de..62ced7291819 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 Nov 04, 2023. - {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "boringssl", VERSION: "478b28ab12f2001a03261624261fd041f5439706"}} - # Latest commit on the OpenSSL master branch, as of Nov 04, 2023. - - {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "1aa08644ecd4005c0f55276b2e8dabd8a2a758f0"}} + # Latest commit on the OpenSSL master branch, as of Nov 05, 2023. + - {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "f1e0c94545a6eb02914a31c3d94bf96387ebc68d"}} # Builds with various Rust versions. Includes MSRV and next # potential future MSRV: # 1.64 - maturin