From d7aa76102ad8967b5c56eef89fc9d012fd0851e9 Mon Sep 17 00:00:00 2001 From: "pyca-boringbot[bot]" <106132319+pyca-boringbot[bot]@users.noreply.github.com> Date: Sun, 17 Sep 2023 20:00:33 -0500 Subject: [PATCH] Bump BoringSSL and/or OpenSSL in CI (#9613) 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 eef11eda8cf6..61df14e91aee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,8 +46,8 @@ jobs: - {VERSION: "3.12-dev", NOXSESSION: "tests"} # Latest commit on the BoringSSL master branch, as of Sep 13, 2023. - {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "boringssl", VERSION: "ecb7e9ae5cf7e940751f0f68d212fb2b099322ef"}} - # Latest commit on the OpenSSL master branch, as of Sep 16, 2023. - - {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "388a8e731445d190a46ec27b2ff5b4bf334d526b"}} + # Latest commit on the OpenSSL master branch, as of Sep 18, 2023. + - {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "861027ffd06019baf82148837e30a992ca9b055e"}} # Builds with various Rust versions. Includes MSRV and next # potential future MSRV: # 1.64 - maturin