Skip to content

Commit f7eeff3

Browse files
committed
ci: pin idna_adapter dep to fix reqwest MSRV
1 parent 7f95f57 commit f7eeff3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/pin-msrv.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ cargo update -p security-framework-sys --precise "2.11.1"
2222
cargo update -p csv --precise "1.3.0"
2323
cargo update -p unicode-width --precise "0.1.13"
2424
cargo update -p native-tls --precise "0.2.13"
25-
cargo update -p flate2 --precise "1.0.35"
25+
cargo update -p flate2 --precise "1.0.35"
26+
cargo update -p idna_adapter --precise "1.1.0"

0 commit comments

Comments
 (0)