From d4670b377e03bca24a9d0ed0ed6a59221dfe8506 Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Wed, 26 Feb 2025 20:40:56 -0600 Subject: [PATCH] ci: pin idna_adapter dep to fix reqwest with MSRV 1.75 --- .github/workflows/cont_integration.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cont_integration.yml b/.github/workflows/cont_integration.yml index 2f4ef8bf..84a2f60f 100644 --- a/.github/workflows/cont_integration.yml +++ b/.github/workflows/cont_integration.yml @@ -49,6 +49,7 @@ jobs: run: | cargo update -p home --precise "0.5.9" cargo update -p native-tls --precise "0.2.13" + cargo update -p idna_adapter --precise "1.1.0" - name: Pin dependencies for MSRV if: matrix.rust.version == '1.63.0' run: ./ci/pin-msrv.sh -- 2.49.0