From 203371e210b2c62629fc447038e41ae7d02b7bd5 Mon Sep 17 00:00:00 2001 From: "pyca-boringbot[bot]" Date: Fri, 27 Dec 2024 00:10:43 +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 5705425e6565..f971b7c3e57b 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 Dec 24, 2024. - {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "822902749a5956bba09c7e9e451104e8a74f02c5"}} - # Latest commit on the OpenSSL master branch, as of Dec 24, 2024. - - {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "b85e6f534906f0bf9114386d227e481d2336a0ff"}} + # Latest commit on the OpenSSL master branch, as of Dec 27, 2024. + - {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "0958f5a5bc47e2cca907a3bfaf14059c020324fd"}} # Builds with various Rust versions. Includes MSRV and next # potential future MSRV. # - 1.70: crates.io sparse protocol by default