From 2befff613c2620cc54ce96d35bb9e9d8d86fdbfd Mon Sep 17 00:00:00 2001 From: Henri Sivonen Date: Mon, 4 Nov 2024 11:38:30 +0200 Subject: [PATCH] Pin idna_adapter instead of url in MSRV CI task --- .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