From 8e6d78acd7f3a94085eaf6204ca3363e097529dd Mon Sep 17 00:00:00 2001 From: Henri Sivonen Date: Mon, 4 Nov 2024 18:24:35 +0200 Subject: [PATCH] Pin idna_adapter instead of url in MSRV CI task (#2470) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 571ad2df6..408bccce0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -297,7 +297,7 @@ jobs: cargo update -p log --precise 0.4.18 cargo update -p tokio --precise 1.29.1 cargo update -p tokio-util --precise 0.7.11 - cargo update -p url --precise 2.5.0 + cargo update -p idna_adapter --precise 1.1.0 - uses: Swatinem/rust-cache@v2