File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -32,12 +32,13 @@ jobs:
3232 run : |
3333 cargo update -p log --precise "0.4.18"
3434 cargo update -p tempfile --precise "3.6.0"
35+ cargo update -p reqwest --precise "0.11.18"
36+ cargo update -p hyper-rustls --precise 0.24.0
3537 cargo update -p rustls:0.21.9 --precise "0.21.1"
3638 cargo update -p rustls:0.20.9 --precise "0.20.8"
3739 cargo update -p tokio --precise "1.29.1"
3840 cargo update -p tokio-util --precise "0.7.8"
3941 cargo update -p flate2 --precise "1.0.26"
40- cargo update -p reqwest --precise "0.11.18"
4142 cargo update -p h2 --precise "0.3.20"
4243 cargo update -p rustls-webpki:0.100.3 --precise "0.100.1"
4344 cargo update -p rustls-webpki:0.101.7 --precise "0.101.1"
Original file line number Diff line number Diff line change @@ -69,6 +69,10 @@ To build with the MSRV you will need to pin dependencies as follows:
6969cargo update -p log --precise " 0.4.18"
7070# tempfile 3.7.0 has MSRV 1.63.0+
7171cargo update -p tempfile --precise " 3.6.0"
72+ # reqwest 0.11.19 has MSRV 1.63.0+
73+ cargo update -p reqwest --precise " 0.11.18"
74+ # hyper-rustls 0.24.1 has MSRV 1.60.0+
75+ cargo update -p hyper-rustls --precise 0.24.0
7276# rustls 0.21.7 has MSRV 1.60.0+
7377cargo update -p rustls:0.21.9 --precise " 0.21.1"
7478# rustls 0.20.9 has MSRV 1.60.0+
@@ -79,8 +83,6 @@ cargo update -p tokio --precise "1.29.1"
7983cargo update -p tokio-util --precise " 0.7.8"
8084# flate2 1.0.27 has MSRV 1.63.0+
8185cargo update -p flate2 --precise " 1.0.26"
82- # reqwest 0.11.19 has MSRV 1.63.0+
83- cargo update -p reqwest --precise " 0.11.18"
8486# h2 0.3.21 has MSRV 1.63.0+
8587cargo update -p h2 --precise " 0.3.20"
8688# rustls-webpki 0.100.3 has MSRV 1.60.0+
You can’t perform that action at this time.
0 commit comments