From 28568971c18d8a8f2933033902b69d42ebf1787f Mon Sep 17 00:00:00 2001 From: DanGould Date: Tue, 26 Sep 2023 22:09:27 -0400 Subject: [PATCH] Pin rustls 0.20.8 for MSRV 1.57.0 --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index ad93e197..7cb01417 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -31,7 +31,7 @@ jobs: cargo update -p log --precise 0.4.18 cargo update -p tempfile --precise 3.6.0 cargo update -p flate2 --precise 1.0.26 - cargo update -p minreq --precise 2.8.0 + cargo update -p rustls --precise 0.20.8 - name: test run: cargo test --verbose --all-features --lib @@ -74,4 +74,4 @@ jobs: - name: fmt check run: | cd ${{ matrix.package }} - cargo fmt --all -- --check \ No newline at end of file + cargo fmt --all -- --check