File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 3535 cargo update -p rustls:0.21.6 --precise "0.21.1"
3636 cargo update -p tokio:1.32.0 --precise "1.29.1"
3737 cargo update -p flate2:1.0.27 --precise "1.0.26"
38+ cargo update -p reqwest --precise "0.11.18"
39+ cargo update -p h2 --precise "0.3.20"
3840 - name : Build
3941 run : cargo build ${{ matrix.features }}
4042 - name : Test
Original file line number Diff line number Diff line change @@ -65,4 +65,12 @@ cargo update -p log --precise "0.4.18"
6565cargo update -p tempfile --precise "3.6.0"
6666# rustls 0.21.2 has MSRV 1.60.0+
6767cargo update -p rustls:0.21.6 --precise "0.21.1"
68+ # tokio 1.30 has MSRV 1.63.0+
69+ cargo update -p tokio:1.32.0 --precise "1.29.1"
70+ # flate2 1.0.27 has MSRV 1.63.0+
71+ cargo update -p flate2:1.0.27 --precise "1.0.26"
72+ # reqwest 0.11.19 has MSRV 1.63.0+
73+ cargo update -p reqwest --precise "0.11.18"
74+ # h2 0.3.21 has MSRV 1.63.0+
75+ cargo update -p h2 --precise "0.3.20"
6876```
You can’t perform that action at this time.
0 commit comments