From e4ca07e4fe97f8363748a59451394fe47139287a Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Fri, 21 Feb 2025 14:37:54 -0500 Subject: [PATCH] ci: pin native-tls in msrv job (#2563) --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f9c4fbdf..9c8a49173 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -299,6 +299,7 @@ jobs: cargo update -p tokio-util --precise 0.7.11 cargo update -p idna_adapter --precise 1.1.0 cargo update -p hashbrown@0.15.2 --precise 0.15.0 + cargo update -p native-tls --precise 0.2.13 - uses: Swatinem/rust-cache@v2