File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -35,11 +35,12 @@ jobs:
3535 cargo update -p rustls:0.21.7 --precise "0.21.1"
3636 cargo update -p rustls:0.20.9 --precise "0.20.8"
3737 cargo update -p tokio:1.32.0 --precise "1.29.1"
38+ cargo update -p tokio-util --precise "0.7.8"
3839 cargo update -p flate2:1.0.27 --precise "1.0.26"
3940 cargo update -p reqwest --precise "0.11.18"
4041 cargo update -p h2 --precise "0.3.20"
4142 cargo update -p rustls-webpki:0.100.3 --precise "0.100.1"
42- cargo update -p rustls-webpki:0.101.5 --precise "0.101.1"
43+ cargo update -p rustls-webpki:0.101.6 --precise "0.101.1"
4344 cargo update -p zip:0.6.6 --precise "0.6.2"
4445 - name : Build
4546 run : cargo build ${{ matrix.features }}
Original file line number Diff line number Diff line change @@ -75,6 +75,8 @@ cargo update -p rustls:0.21.7 --precise "0.21.1"
7575cargo update -p rustls:0.20.9 --precise " 0.20.8"
7676# tokio 1.30 has MSRV 1.63.0+
7777cargo update -p tokio:1.32.0 --precise " 1.29.1"
78+ # tokio-util 0.7.9 doesn't build with MSRV 1.57.0
79+ cargo update -p tokio-util --precise " 0.7.8"
7880# flate2 1.0.27 has MSRV 1.63.0+
7981cargo update -p flate2:1.0.27 --precise " 1.0.26"
8082# reqwest 0.11.19 has MSRV 1.63.0+
@@ -84,7 +86,7 @@ cargo update -p h2 --precise "0.3.20"
8486# rustls-webpki 0.100.2 has MSRV 1.60.0+
8587cargo update -p rustls-webpki:0.100.3 --precise " 0.100.1"
8688# rustls-webpki 0.101.2 has MSRV 1.60.0+
87- cargo update -p rustls-webpki:0.101.5 --precise " 0.101.1"
89+ cargo update -p rustls-webpki:0.101.6 --precise " 0.101.1"
8890# zip 0.6.3 has MSRV 1.59.0+
8991cargo update -p zip:0.6.6 --precise " 0.6.2"
9092```
You can’t perform that action at this time.
0 commit comments